We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa8800 commit 1354604Copy full SHA for 1354604
1 file changed
ietf/doc/management/commands/find_github_backup_info.py
@@ -52,7 +52,7 @@ def handle(self, *args, **options):
52
repo = path_parts[1]
53
if (owner, repo) not in repos:
54
try:
55
- _ = github.repository(owner,repo)
+ github.repository(owner,repo)
56
repos.add( (owner, repo) )
57
except github3.exceptions.NotFoundError:
58
continue
0 commit comments