another syntax error
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Sep 2012 04:42:44 +0000 (06:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Sep 2012 04:42:44 +0000 (06:42 +0200)
sfa/methods/Delete.py

index 5982f71..9ed6e98 100644 (file)
@@ -17,7 +17,7 @@ class Delete(Method):
     
     accepts = [
         Parameter([str], "Human readable name of slice to delete (hrn or urn)"),
-        Parameter(dict), "Credentials")),
+        Parameter(dict, "Credentials"),
         Parameter(dict, "options"),
         ]