Skip to content
Snippets Groups Projects
Commit 7e3bc1fc authored by Lan Dam's avatar Lan Dam
Browse files

revert mseed, reftek for the selecting key to plot

parent c73be756
No related branches found
No related tags found
2 merge requests!190let user select one of the folders data/, sdata/,!189Fix return when user select Abort in multi button dialog
......@@ -129,10 +129,6 @@ class MSeed(GeneralData):
"Please select one to display")
self.pause_signal.emit(msg, sta_ids)
self.pause()
if self.pause_response == -1:
self.track_info('Process is cancelled by user.',
LogType.WARNING)
return
selected_sta_id = sta_ids[self.pause_response]
self.track_info(f'Select Station {selected_sta_id}', LogType.INFO)
......
......@@ -155,10 +155,6 @@ class RT130(GeneralData):
"Please select one to display")
self.pause_signal.emit(msg, keys)
self.pause()
if self.pause_response == -1:
self.track_info('Process is cancelled by user.',
LogType.WARNING)
return
selected_key = keys[self.pause_response]
self.track_info(f'Select Key {selected_key}', LogType.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment