Parcourir la source

Another bug in pw...

Carsten Dominik il y a 14 ans
Parent
commit
ef56c6f361
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      UTILITIES/pw

+ 2 - 1
UTILITIES/pw

@@ -285,7 +285,8 @@ def action_apply(rpc, patch_id):
         sys.exit(1)
 
 def action_update_patch(rpc, patch_id, state = None, commit = None,
-                        delegate_str = "", comment_str, archived = False):
+                        delegate_str = "", comment_str = "None",
+			archived = False):
     patch = rpc.patch_get(patch_id)
     if patch == {}:
         sys.stderr.write("Error getting information on patch ID %d\n" % \