1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

Another bug in pw...

This commit is contained in:
Carsten Dominik 2010-08-16 17:19:29 +02:00
parent 67e34d7eae
commit ef56c6f361

View File

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