We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894ae1e commit fcadc41Copy full SHA for fcadc41
1 file changed
EasyReflectometryApp/main.py
@@ -42,7 +42,7 @@
42
43
if INSTALLER:
44
path_main_qml = QUrl.fromLocalFile(CURRENT_DIR / 'EasyReflectometryApp' / 'main.qml') # Running from installer
45
- engine.addImportPath(QUrl.fromLocalFile(CURRENT_DIR))
+ engine.addImportPath(QUrl.fromLocalFile(CURRENT_DIR).toString())
46
console.debug('Paths added where QML searches for components')
47
else:
48
path_main_qml = path_main_qml = CURRENT_DIR / 'main.qml' # Running locally
0 commit comments