Skip to content

Commit

Permalink
Updated metadata download bar format.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWalshe93 committed Apr 16, 2021
1 parent cd8436f commit 4118679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sla_cli/src/download/isic/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def download(self, session: Session, **kwargs) -> None:

responses = []
records = 0
with alive_bar(0, title="Downloading ISIC metadata records", unknown="stars") as bar:
with alive_bar(0, title="[SLA] - INFO - - - Downloading ISIC metadata records", unknown="stars") as bar:
while True:
# Make the request URL.
url = self._make_request_url(UrlParams(limit=limit, offset=offset))
Expand Down

0 comments on commit 4118679

Please sign in to comment.