mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
chore: add newline after content of meshbook in file
This commit is contained in:
@@ -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)
|
||||
f.write(history + "\n")
|
||||
Reference in New Issue
Block a user