UTILITIES/pw: Fix type in error message

* pw (action_update_patch): Fix type in error message.
This commit is contained in:
David Maus 2012-03-04 21:31:11 +01:00 committed by Bastien Guerry
parent be2e3039a1
commit 4480ebe5f5
1 changed files with 1 additions and 1 deletions

View File

@ -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)