From 321739e24166eda42659856b88a73c1c7f5d8b7c Mon Sep 17 00:00:00 2001 From: Agah Date: Sun, 8 Dec 2024 19:43:28 -0500 Subject: [PATCH] log formatting --- myst_libre/tools/jupyter_hub_local_spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myst_libre/tools/jupyter_hub_local_spawner.py b/myst_libre/tools/jupyter_hub_local_spawner.py index e070b43..ff3a425 100644 --- a/myst_libre/tools/jupyter_hub_local_spawner.py +++ b/myst_libre/tools/jupyter_hub_local_spawner.py @@ -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: