From 018c18ce3b652c612bc8317be933c35e21e7b220 Mon Sep 17 00:00:00 2001 From: Ansel Neunzert <ansel.neunzert@ligo.org> Date: Fri, 4 Nov 2016 14:24:18 -0500 Subject: [PATCH] added updated getData.py --- getData.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getData.py b/getData.py index 542e4c8..bc480d5 100644 --- a/getData.py +++ b/getData.py @@ -236,9 +236,11 @@ def main(): freq=np.hstack(freq) else: print("Error, found no time average files in {}".format(chfolder)) + continue else: print("Error: no calculation being done... may be an arguments issue?") + continue if (args.coherence or args.cohonly) and (not os.path.isfile(cohdatname)): cohbegin=date.strftime('%Y-%m-%d') -- GitLab