More formatting adjustments
This commit is contained in:
parent
cd9e89485e
commit
f0abf176e8
1 changed files with 2 additions and 2 deletions
|
|
@ -297,11 +297,11 @@ def main():
|
||||||
print_info(action)
|
print_info(action)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Print skipped actions
|
# Print disabled actions
|
||||||
if not values.get('Enabled', False):
|
if not values.get('Enabled', False):
|
||||||
show_data(
|
show_data(
|
||||||
message='{}...'.format(action),
|
message='{}...'.format(action),
|
||||||
data='Skipped',
|
data='DISABLED',
|
||||||
warning=True,
|
warning=True,
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue