chore: remove newline from writing history
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user