diff --git a/scripts/send_to_bot.py b/scripts/send_to_bot.py index dc8f5047f1..eb17d24466 100644 --- a/scripts/send_to_bot.py +++ b/scripts/send_to_bot.py @@ -13,7 +13,7 @@ def post_comment(pr_id, comment_body): # Making the request f = urllib2.urlopen(req) if f.getcode() != 200: - print f.read() + print(f.read()) # Get the environment variables