From: Thierry Parmentelat Date: Sun, 2 Sep 2012 10:00:36 +0000 (+0200) Subject: fix syntax error X-Git-Tag: sfa-3.0-0~116 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f65b977d1775d3c7f193a77781cbbaf22a903140;p=sfa.git fix syntax error --- 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"), ]