Skip to content

Commit e2cc746

Browse files
author
DaanSelen
committed
chore: add newline after content of meshbook in file
1 parent 9716a23 commit e2cc746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def write_history(self, history: dict) -> bool:
4545
stitched_file = f"{self.history_directory}/meshbook_run_{datetime.now().strftime('%Y_%m_%d_%H_%M_%S')}.log"
4646

4747
with open(stitched_file, "x") as f:
48-
f.write(history)
48+
f.write(history + "\n")

0 commit comments

Comments
 (0)