From 2198cb6b2ac25e04e950f6d142f8a59a409b1e91 Mon Sep 17 00:00:00 2001 From: iaacornus Date: Mon, 6 Jun 2022 18:28:07 +0800 Subject: [PATCH] better exception handling for background.py --- utils/console.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/console.py b/utils/console.py index b565737..3aafbb3 100644 --- a/utils/console.py +++ b/utils/console.py @@ -24,4 +24,5 @@ def print_step(text): def print_substep(text, style=""): """Prints a rich info message without the panelling.""" + console.print(text, style=style)