add back the default value for style

pull/280/head
iaacornus 3 years ago
parent 422eb38b0b
commit 563eabbbf5
No known key found for this signature in database
GPG Key ID: 281739AE7252598C

@ -22,6 +22,6 @@ def print_step(text):
console.print(panel)
def print_substep(text, style_):
def print_substep(text, style=""):
"""Prints a rich info message without the panelling."""
console.print(text, style=style_)
console.print(text, style=style)

Loading…
Cancel
Save