Crash corrected if any calibration file is selected (Click Cancel)

dev-brahim
brahim 2025-03-13 11:38:21 +01:00
parent 761dc9008c
commit 2715d225af
1 changed files with 4 additions and 0 deletions

View File

@ -1771,6 +1771,10 @@ class SedimentCalibrationTab(QWidget):
msgBox.setStandardButtons(QMessageBox.Ok)
msgBox.exec()
elif stg.filename_calibration_file == "":
pass
else:
# --- Read calibration file ---