From 3a1807e31c461ccc532ecfec699aed6ac1d4f818 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 3 Sep 2012 06:42:44 +0200 Subject: [PATCH] another syntax error --- sfa/methods/Delete.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ] -- 2.47.0