mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Fix pep8.
parent
63f7095508
commit
318f6e9965
|
|
@ -540,7 +540,7 @@ class GeometryWindow(PamhyrWindow):
|
|||
QSettings.UserScope, 'MyOrg'
|
||||
)
|
||||
|
||||
if self._study.filename != "" or self._study.filename != None:
|
||||
if self._study.filename != "" or self._study.filename is not None:
|
||||
default_directory = os.path.basename(self._study.filename)
|
||||
current_dir = settings.value(
|
||||
'current_directory',
|
||||
|
|
|
|||
Loading…
Reference in New Issue