Print progress bar on new line (#5018)
This commit is contained in:
parent
a819d3260c
commit
5d9d64423d
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ def sync_for(app_name, force=0, sync_everything = False, verbose=False, reset_pe
|
|||
# show progress bar
|
||||
update_progress_bar("Updating DocTypes for {0}".format(app_name), i, l)
|
||||
|
||||
# print each progress bar on new line
|
||||
print()
|
||||
|
||||
def get_doc_files(files, start_path, force=0, sync_everything = False, verbose=False):
|
||||
"""walk and sync all doctypes and pages"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue