Merge branch 'master' into senslab2
[sfa.git] / sfa / methods / RenewSliver.py
index a380d99..c503b55 100644 (file)
@@ -26,7 +26,7 @@ class RenewSliver(Method):
         ]
     returns = Parameter(bool, "Success or Failure")
 
-    def call(self, slice_xrn, creds, expiration_time, options={}):
+    def call(self, slice_xrn, creds, expiration_time, options):
 
         (hrn, type) = urn_to_hrn(slice_xrn)