From 799c2a2ac4e1d5b1fa5c02917551e18e1dc7aaaa Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 22 Oct 2009 17:30:05 -0400 Subject: [PATCH] pwclient: Add newline to 'no hash' message Signed-off-by: Jeremy Kerr --- apps/patchwork/bin/pwclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2