From 48721de517090afd1bf1f5910793c1c26313dc7d Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Thu, 13 Jan 2022 15:44:39 +0100 Subject: [PATCH] Change 'ERROR:' to 'Error:' in one error message --- sargraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sargraph.py b/sargraph.py index 73a2b33..4f7a907 100755 --- a/sargraph.py +++ b/sargraph.py @@ -48,7 +48,7 @@ def g(command): global gnuplot if not (gnuplot.poll() is None): - print("ERROR: gnuplot not running!") + print("Error: gnuplot not running!") return print ("gnuplot> %s" % command) try: