Skip to content

Commit

Permalink
log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Dec 9, 2024
1 parent ae3386e commit 321739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myst_libre/tools/jupyter_hub_local_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def spawn_jupyter_hub(self, jb_build_command=None):

# Use the helper function to log and print messages
def log_and_print(message, color=None):
output_logs.append(message)
output_logs.append(f"\n {message}")
if color:
self.cprint(message, color)
else:
Expand Down

0 comments on commit 321739e

Please sign in to comment.