summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)