fix syntax error
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 2 Sep 2012 10:00:36 +0000 (12:00 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 2 Sep 2012 10:00:36 +0000 (12:00 +0200)
sfa/methods/Allocate.py

index b3328e0..a1bb9e0 100644 (file)
@@ -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"),
         ]