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