summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/bin/pwclient
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2009-10-22 17:30:05 -0400
committerJeremy Kerr <jk@ozlabs.org>2009-10-22 17:30:05 -0400
commit799c2a2ac4e1d5b1fa5c02917551e18e1dc7aaaa (patch)
treec719422d1ea9f46adfc4c766e31e827d90628c0a /apps/patchwork/bin/pwclient
parent6c013e7e3d170fd58d3e3e19406ff16d019909c4 (diff)
downloadpatchwork-799c2a2ac4e1d5b1fa5c02917551e18e1dc7aaaa.tar.bz2
patchwork-799c2a2ac4e1d5b1fa5c02917551e18e1dc7aaaa.tar.xz
pwclient: Add newline to 'no hash' message
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork/bin/pwclient')
-rwxr-xr-xapps/patchwork/bin/pwclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/bin/pwclient b/apps/patchwork/bin/pwclient
index 6a1a36a..863c1ae 100755
--- a/apps/patchwork/bin/pwclient
+++ b/apps/patchwork/bin/pwclient
@@ -384,7 +384,7 @@ def main():
if hash_str:
patch_id = patch_id_from_hash(rpc, hash_str)
if patch_id is None:
- sys.stderr.write("No patch has the hash provided")
+ sys.stderr.write("No patch has the hash provided\n")
sys.exit(1)