From 43646e8e634c56432c697350e28ebb08c51b4af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 24 Nov 2015 14:23:18 +0100 Subject: [PATCH] Marginal changes. --- autoPyLoT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 364680f7..4bf71c22 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -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)