summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 10:07:15 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 10:07:15 +0200
commit3b5351c7da59da3685f8233c252b1506166d35f3 (patch)
treefa8d47d5664cff175af44f779c1472c737c1fd7c
parentf693238dfe6472b650ad59d0044f2c2a00c9f08d (diff)
downloadorg-mode-3b5351c7da59da3685f8233c252b1506166d35f3.tar.gz
Fix bug in pw
-rwxr-xr-xUTILITIES/pw2
1 files changed, 1 insertions, 1 deletions
diff --git a/UTILITIES/pw b/UTILITIES/pw
index 2821ef6..76aa2f9 100755
--- a/UTILITIES/pw
+++ b/UTILITIES/pw
@@ -291,7 +291,7 @@ def action_update_patch(rpc, patch_id, state = None, commit = None,
params['delegate'] = delegate_str
ids = person_ids_by_name(rpc, delegate_str)
if len(ids) == 0:
- sys.stderr.write("Note: Nobody found matching *%s*\n", \
+ sys.stderr.write("Note: Nobody found matching *%s*\n"% \
delegate_str)
else:
delegate_id = ids[0]