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