From e3f758fa63d17bad4cea77b137d65b39dc3a992a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 16 Aug 2017 10:43:05 +0200 Subject: [PATCH] [Bugfix] get_evt_data().path no more existent. --- pylot/core/io/data.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index 740a0b05..0e44ca5c 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -226,12 +226,10 @@ class Data(object): # try exporting event via ObsPy else: - print(self.get_evt_data()) evtdata_org = self.get_evt_data() - eventpath = evtdata_org.path picks = evtdata_org.picks picks_copy = copy.deepcopy(picks) - evtdata_copy = Event(eventpath) + evtdata_copy = Event(fnout) evtdata_copy.picks = picks_copy # check for stations picked automatically as well as manually