Merge remote-tracking branch 'origin/master'

This commit is contained in:
dominik 2022-03-25 11:04:53 +01:00
commit d7c272196e

View File

@ -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