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: