Browse Source

Change 'ERROR:' to 'Error:' in one error message

check-vt100
Aleksander Kiryk 4 years ago
parent
commit
48721de517
  1. 2
      sargraph.py

2
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:

Loading…
Cancel
Save