oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 30 May 2008 10:52:31 +0000 (10:52 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 30 May 2008 10:52:31 +0000 (10:52 +0000)
PLC/Methods/UpdateNodeGroup.py

index 4271085..75b683f 100644 (file)
@@ -15,7 +15,7 @@ class UpdateNodeGroup(Method):
 
     roles = ['admin']
 
-    nodegroup_fields = dict(filter(can_update, NodeGroup.fields.items())
+    nodegroup_fields = dict(filter(can_update, NodeGroup.fields.items()))
 
     accepts = [
         Auth(),