Resolve merge conflict by incorporating both suggestions
commit
0df253d70f
|
|
@ -1795,6 +1795,11 @@ class SedimentCalibrationTab(QWidget):
|
||||||
msgBox.setText("Update data before importing calibration")
|
msgBox.setText("Update data before importing calibration")
|
||||||
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 ---
|
||||||
data = pd.read_csv(
|
data = pd.read_csv(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue