소스 검색

Revert "Bug fix in pw script"

This reverts commit 3363a7b9952a61b0bc8e9375e3030e54cd824f94.
Carsten Dominik 14 년 전
부모
커밋
652e7f2840
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, archived = False):
+                        delegate_str = "", comment_str = "No comment", archived = False):
     patch = rpc.patch_get(patch_id)
     if patch == {}:
         sys.stderr.write("Error getting information on patch ID %d\n" % \