Skip to content

Commit

Permalink
Message was too much Python specific
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 26, 2018
1 parent b2aa5d0 commit f9a7bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swaggertosdk/restapi/github_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def skip_callback(project, local_conf):
if commit_sha:
sdk_repo.git.push('origin', branch_name, set_upstream=True)
commit_url = "https://github.com/{}/commit/{}".format(sdk_git_id, commit_sha)
create_comment(git_object, "Did a commit to SDK for Python:\n{}".format(commit_url))
create_comment(git_object, "Did a commit to {}:\n{}".format(sdk_git_id, commit_url))
else:
create_comment(git_object, "This commit was treated and no generation was made for {}".format(sdk_git_id))

Expand Down

0 comments on commit f9a7bfa

Please sign in to comment.