1
0
forked from IPKM/nmreval

add nmreval to sys.path; arrow icon;

This commit is contained in:
dominik
2022-03-25 11:04:02 +01:00
parent a300182153
commit 7b8192e1ec
9 changed files with 67 additions and 2 deletions

View File

@ -1,8 +1,11 @@
#!/usr/bin/env python3
import sys
import pathlib
sys.path.append(pathlib.Path().cwd().parent)
print(sys.path)
# pyqtgraph warns on Mac if QApplication is created when it is imported
import pyqtgraph
# import pyqtgraph
from nmreval.lib.logger import handle_exception
sys.excepthook = handle_exception