standard output format should be QuakeML for saving the event relevant data, moreover the other formats should only be written temporarily for processing purposes
This commit is contained in:
parent
0236a19db1
commit
591e5a7110
@ -372,7 +372,7 @@ class MainWindow(QMainWindow):
|
||||
|
||||
def saveData(self):
|
||||
settings = QSettings()
|
||||
exform = settings.value('data/exportFormat', 'None')
|
||||
exform = settings.value('data/exportFormat', 'QUAKEML')
|
||||
try:
|
||||
self.data.exportEvent(self.fname, exform)
|
||||
except FormatError:
|
||||
|
Loading…
Reference in New Issue
Block a user