浏览代码

Bug fix in pw script

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

+ 1 - 1
UTILITIES/pw

@@ -285,7 +285,7 @@ def action_apply(rpc, patch_id):
         sys.exit(1)
 
 def action_update_patch(rpc, patch_id, state = None, commit = None,
-                        delegate_str = "", comment_str = "No comment", archived = False):
+                        delegate_str = "", comment_str, archived = False):
     patch = rpc.patch_get(patch_id)
     if patch == {}:
         sys.stderr.write("Error getting information on patch ID %d\n" % \