From ea07823a61b1cae1a2a53bfc46a539c603e27cdf Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 12 Mar 2019 15:14:00 +0100 Subject: [PATCH] [change] imported pick/location data now completely overwrites current data instead of "weirdly" merging everything --- PyLoT.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PyLoT.py b/PyLoT.py index 8dba633e..4b2e159f 100755 --- a/PyLoT.py +++ b/PyLoT.py @@ -942,7 +942,9 @@ class MainWindow(QMainWindow): data = Data(self, event) try: data_new = Data(self, evtdata=str(fname)) - data += data_new + # MP MP uncommented because adding several picks might cause inconsistencies + data = data_new + #data += data_new except ValueError: qmb = QMessageBox(self, icon=QMessageBox.Question, text='Warning: Missmatch in event identifiers {} and {}. Continue?'.format(