Skip to content

Commit

Permalink
Change newline to |
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Nov 19, 2024
1 parent 9458934 commit 6fa4d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main(
errors = list(set(errors_on_exit.errors))
errors.sort()
with open("errors.txt", "w") as fp:
fp.writelines(_ + " \n" for _ in errors)
fp.writelines(_ + " | " for _ in errors)
logger.info("Finished processing")


Expand Down

0 comments on commit 6fa4d8b

Please sign in to comment.