Cleanup ClientDir during post_d7.py
This commit is contained in:
parent
bff141ff8d
commit
4afbc1a0a4
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ if __name__ == '__main__':
|
|||
print_info('Cleanup')
|
||||
try_and_print(message='d7II...',
|
||||
function=cleanup_d7ii, cs='Done')
|
||||
try_and_print(message='{}...'.format(KIT_NAME_FULL),
|
||||
function=delete_empty_folders, cs='Done',
|
||||
folder_path=global_vars['ClientDir'])
|
||||
|
||||
# Done
|
||||
print_standard('\nDone.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue