More formatting adjustments

This commit is contained in:
2Shirt 2019-05-10 17:09:19 -06:00
parent cd9e89485e
commit f0abf176e8
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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