From ee23de4bed5694f879eb4c7bf0526852daca0a38 Mon Sep 17 00:00:00 2001 From: ohjian Date: Fri, 23 Jun 2023 12:33:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eoutput=5Fmodule/read=5Fvalues.py?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- output_module/read_values.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output_module/read_values.py b/output_module/read_values.py index 1680794..82dd667 100644 --- a/output_module/read_values.py +++ b/output_module/read_values.py @@ -75,8 +75,8 @@ if __name__ == '__main__': #print(line) if not line.startswith("&&&") and not line.endswith("&&&"): # break when line of data is not complete #print(line) - #print("break") - break + #print("continue") + continue line = line.replace("&&&", "") # delete all &&& line = line.split("#") # splits the line into a list of lists # after this split the list begins with an empty list, so delete it: