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)
|
||||
continue
|
||||
|
||||
# Print skipped actions
|
||||
# Print disabled actions
|
||||
if not values.get('Enabled', False):
|
||||
show_data(
|
||||
message='{}...'.format(action),
|
||||
data='Skipped',
|
||||
data='DISABLED',
|
||||
warning=True,
|
||||
)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue