Closedown

This commit is contained in:
x07maop
2016-03-30 14:37:45 +02:00
parent e3c7d37d37
commit 0fb7eb4033
+1 -1
View File
@@ -110,7 +110,7 @@ def convert_file(input_file_name, output_file_name, pol = None):
sep = "\t"
line_sep = "\n"
if pol is None:
pol = str(pol_angle.read() if (MODE == "LINEAR") else pol_mode.readback.read())
pol = pol_angle.read() if (MODE == "LINEAR") else pol_mode.readback.read()
with open(input_file_name) as inp:
lines = inp.readlines()
with open(output_file_name, "wb") as out: