Crash corrected if any calibration file is selected (Click Cancel)
parent
761dc9008c
commit
2715d225af
|
|
@ -1771,6 +1771,10 @@ class SedimentCalibrationTab(QWidget):
|
||||||
msgBox.setStandardButtons(QMessageBox.Ok)
|
msgBox.setStandardButtons(QMessageBox.Ok)
|
||||||
msgBox.exec()
|
msgBox.exec()
|
||||||
|
|
||||||
|
elif stg.filename_calibration_file == "":
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
# --- Read calibration file ---
|
# --- Read calibration file ---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue