From e2cc746517e1b3226f6f8b244eef8d9f55812f77 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Fri, 2 Jan 2026 09:40:37 +0100 Subject: [PATCH] chore: add newline after content of meshbook in file --- modules/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/history.py b/modules/history.py index e5dcecb..a215c16 100644 --- a/modules/history.py +++ b/modules/history.py @@ -45,4 +45,4 @@ class History(): stitched_file = f"{self.history_directory}/meshbook_run_{datetime.now().strftime('%Y_%m_%d_%H_%M_%S')}.log" with open(stitched_file, "x") as f: - f.write(history) \ No newline at end of file + f.write(history + "\n") \ No newline at end of file