Geometry, checker: Minor change.

setup.py
Pierre-Antoine Rouby 2024-03-22 08:29:04 +01:00
parent 137368cc27
commit 0f5243f36a
2 changed files with 2 additions and 2 deletions

View File

@ -79,5 +79,5 @@ class TabWorker(QObject):
self._checker_q.put(checker)
time.sleep(5)
else:
checker._run(self._study)
checker.run(self._study)
self.signalStatus.emit("progress")

View File

@ -613,7 +613,7 @@ class GeometryWindow(PamhyrWindow):
options=options
)
if filename != '':
if filename != '' and filename is not None:
self._export_to_file_st(filename)
def _export_to_file_st(self, filename):