From 595d1b42514dfe7b006b01035be1142679a2f48c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 7 Dec 2021 12:29:27 +0100 Subject: bin/zathura_wrapper: add newline to stderr output --- bin/zathura_wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/zathura_wrapper b/bin/zathura_wrapper index 0129df3..d007510 100755 --- a/bin/zathura_wrapper +++ b/bin/zathura_wrapper @@ -24,7 +24,7 @@ with contextlib.ExitStack() as stack: shutil.copyfileobj(resp, tf) args[-1] = tf.name except urllib.error.URLError as e: - sys.stderr.write('Error downloading the URL "%s" to a temporary file', str(e)) + sys.stderr.write('Error downloading the URL "%s" to a temporary file\n', str(e)) sys.exit(1) args[0] = '/usr/bin/zathura' -- cgit v1.2.3