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:
Sebastian Wehling-Benatelli 2015-07-08 15:12:35 +02:00
parent 0236a19db1
commit 591e5a7110

View File

@ -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: