Resolve merge conflict by incorporating both suggestions
commit
0df253d70f
|
|
@ -1795,6 +1795,11 @@ class SedimentCalibrationTab(QWidget):
|
|||
msgBox.setText("Update data before importing calibration")
|
||||
msgBox.setStandardButtons(QMessageBox.Ok)
|
||||
msgBox.exec()
|
||||
|
||||
elif stg.filename_calibration_file == "":
|
||||
|
||||
pass
|
||||
|
||||
else:
|
||||
# --- Read calibration file ---
|
||||
data = pd.read_csv(
|
||||
|
|
|
|||
Loading…
Reference in New Issue