We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecca52c commit 02863a3Copy full SHA for 02863a3
src/tools/publish_toolstate.py
@@ -168,7 +168,8 @@ def update_latest(
168
except urllib2.HTTPError as e:
169
# network errors will simply end up not creating an issue, but that's better
170
# than failing the entire build job
171
- print("HTTPError when creating issue for status regression: {0}\n{1}".format(e, e.read()))
+ print("HTTPError when creating issue for status regression: {0}\n{1}"
172
+ .format(e, e.read()))
173
except IOError as e:
174
print("I/O error when creating issue for status regression: {0}".format(e))
175
except:
0 commit comments