Skip to content

Commit

Permalink
fix: Add GitHub integration for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Feb 9, 2019
1 parent 39b6bf3 commit 94cae76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pipupgrade/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,4 @@ def command(
if not github_reponame:
raise ValueError(errstr % ("GitHub Reponame", "--github-reponame", getenvvar("GITHUB_REPONAME")))
if not github_username:
raise ValueError(errstr % ("GitHub Username", "--github-username", getenvvar("GITHUB_USERNAME")))

raise ValueError(errstr % ("GitHub Username", "--github-username", getenvvar("GITHUB_USERNAME")))

0 comments on commit 94cae76

Please sign in to comment.