Fixed wk.std.show_data() alignment
This commit is contained in:
parent
2b06375f71
commit
ce3a98028a
1 changed files with 2 additions and 0 deletions
|
|
@ -907,6 +907,8 @@ def show_data(message, data, color=None):
|
||||||
print_colored(
|
print_colored(
|
||||||
(f'{" "*INDENT}{message:<{WIDTH}}', data),
|
(f'{" "*INDENT}{message:<{WIDTH}}', data),
|
||||||
colors,
|
colors,
|
||||||
|
log=True,
|
||||||
|
sep='',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue