Add newline printing after progress bar finished
This commit is contained in:
@@ -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`')
|
||||||
|
|||||||
Reference in New Issue
Block a user