From f65b977d1775d3c7f193a77781cbbaf22a903140 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 2 Sep 2012 12:00:36 +0200 Subject: [PATCH] fix syntax error --- sfa/methods/Allocate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/Allocate.py b/sfa/methods/Allocate.py index b3328e0b..a1bb9e06 100644 --- a/sfa/methods/Allocate.py +++ b/sfa/methods/Allocate.py @@ -26,7 +26,7 @@ class Allocate(Method): interfaces = ['aggregate', 'slicemgr'] accepts = [ Parameter(str, "Slice URN"), - Parameter(dict, "List of credentials")), + Parameter(dict, "List of credentials"), Parameter(str, "RSpec"), Parameter(dict, "options"), ] -- 2.47.0