Marginal changes.

This commit is contained in:
Ludger Küperkoch 2015-11-24 14:23:18 +01:00
parent 021cb873ae
commit 43646e8e63

View File

@ -213,7 +213,6 @@ def autoPyLoT(inputfile):
else:
# get theoretical P-onset times from NLLoc-location file
locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout)
nllocfile = max(glob.glob(locsearch), key=os.path.getctime)
if len(glob.glob(locsearch)) > 0:
# get latest file if several are available
nllocfile = max(glob.glob(locsearch), key=os.path.getctime)