From ef56c6f361c943f18b817044dc8c64627712b18a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 16 Aug 2010 17:19:29 +0200 Subject: [PATCH] Another bug in pw... --- UTILITIES/pw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UTILITIES/pw b/UTILITIES/pw index cc1244a77..0d171a9f6 100755 --- a/UTILITIES/pw +++ b/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" % \