From: Thierry Parmentelat Date: Mon, 3 Sep 2012 04:42:44 +0000 (+0200) Subject: another syntax error X-Git-Tag: sfa-3.0-0~115 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3a1807e31c461ccc532ecfec699aed6ac1d4f818;p=sfa.git another syntax error --- diff --git a/sfa/methods/Delete.py b/sfa/methods/Delete.py index 5982f713..9ed6e985 100644 --- a/sfa/methods/Delete.py +++ b/sfa/methods/Delete.py @@ -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"), ]