Skip to content

Commit

Permalink
fix: include error in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed May 29, 2020
1 parent 8c7be7b commit ba30160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memote/suite/cli/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def _setup_travis_ci(gh_repo_name, auth_token, repo_access_token):
"Something is wrong with the generated token or you did not "
"link your GitHub account on 'https://travis-ci.org/'? Please "
"refer to the following error code for "
"further information:".format(str(error)))
"further information: {}".format(str(error)))
sys.exit(1)
else:
LOGGER.info("Success!")
Expand Down

0 comments on commit ba30160

Please sign in to comment.