fix: add forgotten variable formatting

This commit is contained in:
ZhymabekRoman
2023-06-25 10:39:16 +06:00
parent a06c3e9fd3
commit 68e718010f

View File

@@ -707,7 +707,7 @@ def _request_url_error(template, retry_timeout):
if retry_timeout >= 0:
return True, retry_timeout
raise Exception("{} timed out to much, skipping!")
raise Exception("{} timed out to much, skipping!".format(template))
class S3HTTPRedirectHandler(HTTPRedirectHandler):