mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +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:
|
||||
return True, retry_timeout
|
||||
|
||||
raise Exception("{} timed out to much, skipping!")
|
||||
raise Exception("{} timed out to much, skipping!".format(template))
|
||||
|
||||
|
||||
class S3HTTPRedirectHandler(HTTPRedirectHandler):
|
||||
|
||||
Reference in New Issue
Block a user