Print progress bar on new line (#5018)

This commit is contained in:
Shreya Shah 2018-02-15 17:53:56 +05:30 committed by Faris Ansari
parent a819d3260c
commit 5d9d64423d

View file

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