diff --git a/QtPyLoT.py b/QtPyLoT.py index 4a3bcd07..ceab88ef 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -44,8 +44,8 @@ from obspy import UTCDateTime try: import pyqtgraph as pg -except: - print('QtPyLoT: Could not import pyqtgraph.') +except Exception as e: + print('QtPyLoT: Could not import pyqtgraph. {}'.format(e)) pg = None try: