From 8f5d4b1ca448cbcfe5e126774acfadda5274742f Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 12 Jul 2021 19:17:52 +0200 Subject: [PATCH] Polish --- Inst_eddies/inst_eddies_in.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inst_eddies/inst_eddies_in.py b/Inst_eddies/inst_eddies_in.py index 6f24bd89..6e94fa2d 100755 --- a/Inst_eddies/inst_eddies_in.py +++ b/Inst_eddies/inst_eddies_in.py @@ -67,7 +67,7 @@ writer.writerow(["date", "elapsed NCO", "elapsed Fortran", "elapsed cat"]) while True: print("inst_eddies.py: Date:", my_date) - + if os.access(nc_file, os.F_OK): my_pc = time.perf_counter() -- GitLab