]> git.ozlabs.org Git - patchwork/commitdiff
pwclient: Add newline to 'no hash' message
authorJeremy Kerr <jk@ozlabs.org>
Thu, 22 Oct 2009 21:30:05 +0000 (17:30 -0400)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 22 Oct 2009 21:30:05 +0000 (17:30 -0400)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient

index 6a1a36acc089e480778ec10104f1e084fafe5b94..863c1aeb00626b4396513a34002ba869fc363106 100755 (executable)
@@ -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)