Skip to content

Commit 203d116

Browse files
committed
Right justify minio progress bar title
1 parent 81700a1 commit 203d116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servicex/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def transform_complete(task: Task):
236236
minio_progress_bar_title = (
237237
"Download" if not signed_urls_only else "Signing URLS"
238238
)
239+
minio_progress_bar_title = minio_progress_bar_title.rjust(len(transform_bar_title))
239240

240241
download_progress = expandable_progress.add_task(
241242
minio_progress_bar_title, start=False, total=None

0 commit comments

Comments
 (0)