Merge branch 'master' into senslab2
[sfa.git] / sfa / methods / UpdateSliver.py
index 3302b56..72910d7 100644 (file)
@@ -27,7 +27,7 @@ class UpdateSliver(CreateSliver):
 
 
 
-    def call(self, slice_xrn, creds, rspec, users, options={}):
+    def call(self, slice_xrn, creds, rspec, users, options):
 
         return CreateSliver.call(self, slice_xrn, creds, rspec, users, options)