Adjusted System Diagnostic formatting
This commit is contained in:
parent
63086dcb1e
commit
3c950e3c56
2 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ def archive_all_users():
|
||||||
# Backup browsers for all valid users
|
# Backup browsers for all valid users
|
||||||
print_info('Backing up browsers')
|
print_info('Backing up browsers')
|
||||||
for fake_env in sorted(user_envs, key=itemgetter('USERPROFILE')):
|
for fake_env in sorted(user_envs, key=itemgetter('USERPROFILE')):
|
||||||
print_standard(fake_env['USERNAME'])
|
print_standard(' {}'.format(fake_env['USERNAME']))
|
||||||
for b_k, b_v in sorted(SUPPORTED_BROWSERS.items()):
|
for b_k, b_v in sorted(SUPPORTED_BROWSERS.items()):
|
||||||
if b_k == 'Mozilla Firefox Dev':
|
if b_k == 'Mozilla Firefox Dev':
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue