No changes!!
This commit is contained in:
parent
4a0759ee6e
commit
570e47f2df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user