From 9d33fbfff1a1b4d591c105de668bb7ff3e4b3fa3 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Wed, 15 May 2019 13:12:50 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index ff649f0..eacd994 100644 --- a/script/local.py +++ b/script/local.py @@ -179,7 +179,7 @@ def convert_file(input_file_name, output_file_name, pol = None): normtey=repr( float(CADC2)/float(CADC1)) # normdiode=repr(float(CADC3)/float(CADC2)) field=caget(MAG) - out.write(Ecrbk + s + CADC1 + s + CADC2 + s + CADC3 + s + normtey + s + str(pol) + s + field + line_sep) + out.write(Ecrbk + s + CADC1 + s + CADC2 + s + CADC3 + s + normtey + s + str(pol) + line_sep) except: traceback.print_exc() os.rename(input_file_name, get_context().setup.expandPath("{data}/OTF/" + ntpath.basename(input_file_name)))