1
0
forked from IPKM/nmreval

issue-168 (#183)

fix FC reading problems; fixes #168

Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: IPKM/nmreval#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')