From 3b5351c7da59da3685f8233c252b1506166d35f3 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 2 Jul 2010 10:07:15 +0200 Subject: [PATCH] Fix bug in pw --- UTILITIES/pw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UTILITIES/pw b/UTILITIES/pw index 2821ef638..76aa2f917 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] -- 2.11.4.GIT