Skip to content

Commit 321739e

Browse files
committed
log formatting
1 parent ae3386e commit 321739e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myst_libre/tools/jupyter_hub_local_spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def spawn_jupyter_hub(self, jb_build_command=None):
116116

117117
# Use the helper function to log and print messages
118118
def log_and_print(message, color=None):
119-
output_logs.append(message)
119+
output_logs.append(f"\n {message}")
120120
if color:
121121
self.cprint(message, color)
122122
else:

0 commit comments

Comments
 (0)