Browse Source

Add missing space to "matplotlib not found" error message

master
Kristaps Kaupe 6 years ago
parent
commit
0cdd5aca2e
No known key found for this signature in database
GPG Key ID: D47B1B4232B55437
  1. 2
      scripts/obwatch/ob-watcher.py

2
scripts/obwatch/ob-watcher.py

@ -28,7 +28,7 @@ try:
matplotlib.use('Agg')
import matplotlib.pyplot as plt
except:
print("matplotlib not found; do `pip install matplotlib`"
print("matplotlib not found; do `pip install matplotlib` "
"in the joinmarket virtualenv.")
sys.exit(EXIT_FAILURE)

Loading…
Cancel
Save