[bugfix] on deleted picks
This commit is contained in:
parent
dcca731890
commit
61b514fae1
2
PyLoT.py
2
PyLoT.py
@ -2781,7 +2781,7 @@ class MainWindow(QMainWindow):
|
||||
|
||||
fpath = self.get_deleted_picks_fpath(event_path)
|
||||
with open(fpath, 'w') as outfile:
|
||||
json.dump(self.deleted_picks[event_path], outfile)
|
||||
json.dump(deleted_picks_event[event_path], outfile)
|
||||
|
||||
# clear entry for this event
|
||||
self.deleted_picks[event_path] = []
|
||||
|
Loading…
Reference in New Issue
Block a user