Merge remote-tracking branch 'origin/geni-v3' into geni-v3
[sfa.git] / sfa / methods / ListSlices.py
index e14c9b6..b196777 100644 (file)
@@ -22,7 +22,7 @@ class ListSlices(Method):
 
     returns = Parameter(list, "List of slice names")
     
-    def call(self, creds, options={}):
+    def call(self, creds, options):
         valid_creds = self.api.auth.checkCredentials(creds, 'listslices')
 
         #log the call