Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Conversation

@dbogunowicz
Copy link
Contributor

Erroneously mixed s-string with f-string.

After this fix the error message is as expected:

        logging.error("Download retry failed...")
>       raise Exception("Exceed max retry attempts: {} failed".format(retries))
E       Exception: Exceed max retry attempts: 1 failed

@bfineran bfineran merged commit 40ddac6 into main Apr 10, 2023
@bfineran bfineran deleted the fix/damian/download_retries branch April 10, 2023 16:18
dbogunowicz added a commit that referenced this pull request Apr 10, 2023
bfineran pushed a commit that referenced this pull request Apr 10, 2023
bfineran pushed a commit that referenced this pull request Jun 9, 2023
* [Fix] - error in f-string log #296

* initial commit
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.

3 participants