forked from IPKM/nmreval
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d7c272196e
@ -2,8 +2,8 @@
|
||||
|
||||
import sys
|
||||
import pathlib
|
||||
sys.path.append(pathlib.Path().cwd().parent)
|
||||
print(sys.path)
|
||||
sys.path.append(str(pathlib.Path().cwd().parent))
|
||||
|
||||
# pyqtgraph warns on Mac if QApplication is created when it is imported
|
||||
# import pyqtgraph
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user