No changes!!

This commit is contained in:
ludger 2019-11-15 11:36:26 +01:00
parent 4a0759ee6e
commit 570e47f2df

View File

@ -241,7 +241,7 @@ class Data(object):
for pick in self.get_evt_data().picks: for pick in self.get_evt_data().picks:
if picktype in str(pick.method_id.id): if picktype in str(pick.method_id.id):
picks.append(pick) picks.append(pick)
def exportEvent(self, fnout, fnext='.xml', fcheck='auto', upperErrors=None): def exportEvent(self, fnout, fnext='.xml', fcheck='auto', upperErrors=None):
""" """
Export event to file Export event to file