Commit 5eb03004 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug default path in geometry

No related merge requests found
Pipeline #57885 passed with stages
in 3 minutes and 28 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -623,7 +623,7 @@ class GeometryWindow(PamhyrWindow): ...@@ -623,7 +623,7 @@ class GeometryWindow(PamhyrWindow):
QSettings.UserScope, 'MyOrg' QSettings.UserScope, 'MyOrg'
) )
if self._study.filename != "" or self._study.filename is not None: if self._study.filename != "" and self._study.filename is not None:
default_directory = os.path.basename(self._study.filename) default_directory = os.path.basename(self._study.filename)
current_dir = settings.value( current_dir = settings.value(
'current_directory', 'current_directory',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment