Skip to content

Commit

Permalink
deepsource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Aug 7, 2021
1 parent c960e6c commit 26d8f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastversion/GitHubRepoSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def try_get_official(self, repo):
Returns:
str: updated repo
"""
official_repo = "{}/{}".format(repo, repo)
official_repo = "{repo}/{repo}".format(repo=repo)
log.info('Checking existence of {}'.format(official_repo))
url = '{}/repos/{}'.format(self.api_base, official_repo)
r = self.get(url)
Expand Down

0 comments on commit 26d8f98

Please sign in to comment.