Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Replace ProgressBar with ProgressReport #414

Merged
merged 1 commit into from Sep 20, 2019
Merged

Replace ProgressBar with ProgressReport #414

merged 1 commit into from Sep 20, 2019

Conversation

fao89
Copy link
Member

@fao89 fao89 commented Sep 18, 2019

@@ -47,7 +47,7 @@ def __init__(self, remote):
man_dcs = {}
total_blobs = []

with ProgressBar(message='Downloading tag list', total=1) as pb:
with ProgressReport(message='Downloading tag list', code='downloading.tag', total=1) as pb:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/tag/tag_list/

Copy link
Member

@ipanova ipanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the pr, please address one small change!

@ipanova ipanova merged commit f8c21ba into pulp:master Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants