scripts: add python3 compatibility for the bot
This commit is contained in:
committed by
Starbeamrainbowlabs
parent
0476a38556
commit
fae6737841
@@ -13,7 +13,7 @@ def post_comment(pr_id, comment_body):
|
|||||||
# Making the request
|
# Making the request
|
||||||
f = urllib2.urlopen(req)
|
f = urllib2.urlopen(req)
|
||||||
if f.getcode() != 200:
|
if f.getcode() != 200:
|
||||||
print f.read()
|
print(f.read())
|
||||||
|
|
||||||
|
|
||||||
# Get the environment variables
|
# Get the environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user