summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-08-16 17:19:29 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-16 17:19:29 +0200
commitef56c6f361c943f18b817044dc8c64627712b18a (patch)
treeaa2472bb95a0a6ab7e3742a684b631da7c00d024
parent67e34d7eae47796479fdb17e2e77fe1aa8c5b3db (diff)
downloadorg-mode-ef56c6f361c943f18b817044dc8c64627712b18a.tar.gz
Another bug in pw...
-rwxr-xr-xUTILITIES/pw3
1 files changed, 2 insertions, 1 deletions
diff --git a/UTILITIES/pw b/UTILITIES/pw
index cc1244a..0d171a9 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" % \