mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 00:28:01 +01:00
fix: add forgotten variable formatting
This commit is contained in:
@@ -707,7 +707,7 @@ def _request_url_error(template, retry_timeout):
|
|||||||
if retry_timeout >= 0:
|
if retry_timeout >= 0:
|
||||||
return True, retry_timeout
|
return True, retry_timeout
|
||||||
|
|
||||||
raise Exception("{} timed out to much, skipping!")
|
raise Exception("{} timed out to much, skipping!".format(template))
|
||||||
|
|
||||||
|
|
||||||
class S3HTTPRedirectHandler(HTTPRedirectHandler):
|
class S3HTTPRedirectHandler(HTTPRedirectHandler):
|
||||||
|
|||||||
Reference in New Issue
Block a user