[change] data._new moved to applyEVTData

This commit is contained in:
Marcel Paffrath 2017-06-27 10:49:11 +02:00
parent ab260e45f2
commit a90e0bd78b
2 changed files with 2 additions and 1 deletions

View File

@ -351,7 +351,6 @@ def autoPyLoT(input_dict=None, parameter=None, inputfile=None, fnames=None, even
# and fault mechanism calculation routines
# ObsPy event object
data.applyEVTData(picks)
data._new = False
if evt is not None:
data.applyEVTData(evt, 'event')
fnqml = '%s/PyLoT_%s' % (event, evID)

View File

@ -363,6 +363,8 @@ class Data(object):
'event': applyEvent}
applydata[typ](data)
self._new = False
class GenericDataStructure(object):