better exception handling for background.py

pull/280/head
iaacornus 3 years ago
parent 414844c51f
commit 2198cb6b2a
No known key found for this signature in database
GPG Key ID: 281739AE7252598C

@ -24,4 +24,5 @@ def print_step(text):
def print_substep(text, style=""): def print_substep(text, style=""):
"""Prints a rich info message without the panelling.""" """Prints a rich info message without the panelling."""
console.print(text, style=style) console.print(text, style=style)

Loading…
Cancel
Save