Skip to content

Commit

Permalink
Update check_commit_msg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r0h4n committed Nov 29, 2016
1 parent c76bfbb commit ce3c452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_commit_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

if tendrl_bug_id:
issue = "%s/%s/issues/%s" % (github_base_url, tendrl_bug_id.split(
"/")[0], tendrl_bug_id.split("/")[-1]..strip("#"))
"/")[0], tendrl_bug_id.split("/")[-1].strip("#"))
if requests.get(issue).status_code != 200:
raise Exception("Tendrl Bug specified in git commit msg not "
"found!!\n"
Expand Down

0 comments on commit ce3c452

Please sign in to comment.