Skip to content

Commit

Permalink
Change desc message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosasko committed Jan 2, 2021
1 parent 9556c7e commit 86e53d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podium/utils/download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def http_get(url: str, temp_file: BinaryIO, cookies=None, max_retries: int = 0)
unit="B",
unit_scale=True,
total=total,
desc="Downloading resource",
desc="Downloading data",
disable=disable,
) as progress_bar:
for chunk in response.iter_content(chunk_size=1024):
Expand Down

0 comments on commit 86e53d1

Please sign in to comment.