Revert "Bug fix in pw script"

This reverts commit 3363a7b995.
This commit is contained in:
Carsten Dominik 2010-08-16 17:13:53 +02:00
parent ac8e3fb8d1
commit 652e7f2840
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ 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 = "No comment", archived = False):
patch = rpc.patch_get(patch_id)
if patch == {}:
sys.stderr.write("Error getting information on patch ID %d\n" % \