From 6bf54a63146b7d816561d8797fd0b53ce2eabe95 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 16 Oct 2009 03:58:39 +0000 Subject: [PATCH] looks the same to me --- sfa/methods/get_slices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/get_slices.py b/sfa/methods/get_slices.py index 7fea2745..aaf30f78 100644 --- a/sfa/methods/get_slices.py +++ b/sfa/methods/get_slices.py @@ -29,5 +29,5 @@ class get_slices(Method): self.api.auth.authenticateCred(cred, [cred], request_hash) self.api.auth.check(cred, 'listslices') slices = Slices(self.api) - slices.refresh() + slices.refresh() return slices['hrn'] -- 2.43.0