We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9def4b commit 4b23aa8Copy full SHA for 4b23aa8
homu/auth.py
@@ -14,7 +14,7 @@ def fetch_rust_team(repo_label, level):
14
return resp.json()["github_ids"]
15
except requests.exceptions.RequestException as e:
16
msg = "error while fetching " + url
17
- msg += " (try " + retry + "): " + str(e)
+ msg += " (try " + str(retry) + "): " + str(e)
18
print(msg)
19
continue
20
return []
0 commit comments