Add newline printing after progress bar finished
This commit is contained in:
parent
389655b004
commit
8bf4a74d52
|
|
@ -72,6 +72,7 @@ def main():
|
||||||
progress.set_description(f'Updating {i} data')
|
progress.set_description(f'Updating {i} data')
|
||||||
filename = update_data(i)
|
filename = update_data(i)
|
||||||
filenames.append(filename)
|
filenames.append(filename)
|
||||||
|
print('')
|
||||||
|
|
||||||
if not is_release:
|
if not is_release:
|
||||||
print('Updated repository data, skip release since not specified `--release`')
|
print('Updated repository data, skip release since not specified `--release`')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user