issue-168 (#183)
All checks were successful
Build AppImage / Explore-Gitea-Actions (push) Successful in 2m0s

fix FC reading problems; fixes #168

Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #183
This commit is contained in:
2023-12-15 18:27:32 +00:00
parent af0e0fc76f
commit 036d798813
3 changed files with 6 additions and 2 deletions

View File

@ -276,6 +276,8 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
reader.data_read.connect(self.management.add_new_data)
reader.exec()
self.path = reader.path
del reader
@QtCore.pyqtSlot(name='on_actionPrint_triggered')