chore: remove newline from writing history

This commit is contained in:
DaanSelen
2026-04-01 11:53:00 +02:00
parent 1006b965ed
commit 8ae6b728b5
+1 -1
View File
@@ -45,4 +45,4 @@ class History():
stitched_file = f"{self.history_directory}/meshbook_run_{datetime.now().strftime('%Y_%m_%d_%H_%M_%S')}.log" 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: with open(stitched_file, "x") as f:
f.write(history + "\n") f.write(history)