Skip to content

Commit 68e7180

Browse files
committed
fix: add forgotten variable formatting
1 parent a06c3e9 commit 68e7180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_backup/github_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def _request_url_error(template, retry_timeout):
707707
if retry_timeout >= 0:
708708
return True, retry_timeout
709709

710-
raise Exception("{} timed out to much, skipping!")
710+
raise Exception("{} timed out to much, skipping!".format(template))
711711

712712

713713
class S3HTTPRedirectHandler(HTTPRedirectHandler):

0 commit comments

Comments
 (0)