From 4480ebe5f53132ead693e9192d4721e9511b0b37 Mon Sep 17 00:00:00 2001 From: David Maus Date: Sun, 4 Mar 2012 21:31:11 +0100 Subject: [PATCH] UTILITIES/pw: Fix type in error message * pw (action_update_patch): Fix type in error message. --- UTILITIES/pw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UTILITIES/pw b/UTILITIES/pw index 0cf4bfa48..1e2f44f89 100755 --- a/UTILITIES/pw +++ b/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)