浏览代码

Fix bug in pw

Carsten Dominik 15 年之前
父节点
当前提交
3b5351c7da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UTILITIES/pw

+ 1 - 1
UTILITIES/pw

@@ -291,7 +291,7 @@ def action_update_patch(rpc, patch_id, state = None, commit = None,
         params['delegate'] = delegate_str
         params['delegate'] = delegate_str
         ids = person_ids_by_name(rpc, delegate_str)
         ids = person_ids_by_name(rpc, delegate_str)
         if len(ids) == 0:
         if len(ids) == 0:
-            sys.stderr.write("Note: Nobody found matching *%s*\n", \
+            sys.stderr.write("Note: Nobody found matching *%s*\n"% \
                              delegate_str)
                              delegate_str)
         else:
         else:
             delegate_id = ids[0]
             delegate_id = ids[0]