Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Sep 18, 2023
1 parent 01afa67 commit 48dc3e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline/readout/compareFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

with open("validation.txt") as file_2:
file_2_text = file_2.readlines()
# Add a line to the end of the file to avoid error
file_2_text.append("")

stop_removing = 0
while not stop_removing:
Expand Down

0 comments on commit 48dc3e2

Please sign in to comment.