소스 검색

UTILITIES/pw: Fix type in error message

* pw (action_update_patch): Fix type in error message.
David Maus 13 년 전
부모
커밋
4480ebe5f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UTILITIES/pw

+ 1 - 1
UTILITIES/pw

@@ -314,7 +314,7 @@ def action_update_patch(rpc, patch_id, state = None, commit = None,
 
         if state.lower() in notify_on_state_change:
             if not delegate_id:
-                sys.stderr.write("Error: Delete (-d) required for this update\n")
+                sys.stderr.write("Error: Delegate (-d) required for this update\n")
                 sys.exit(1)
                 
             person = rpc.person_get(delegate_id)