pull/10336/head
Craig Tiller 8 years ago
parent 70abee2687
commit 8a26aab8a2
  1. 3
      tools/run_tests/python_utils/comment_on_pr.py

@ -46,5 +46,4 @@ def comment_on_pr(text):
'Authorization': 'token %s' % os.environ['JENKINS_OAUTH_TOKEN'],
'Content-Type': 'application/json',
})
with urllib2.urlopen(req) as rsp:
print rsp.read()
print urllib2.urlopen(req).read()

Loading…
Cancel
Save