Skip to content

Commit 02863a3

Browse files
committedJun 21, 2019
do as tidy says
1 parent ecca52c commit 02863a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/tools/publish_toolstate.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ def update_latest(
168168
except urllib2.HTTPError as e:
169169
# network errors will simply end up not creating an issue, but that's better
170170
# than failing the entire build job
171-
print("HTTPError when creating issue for status regression: {0}\n{1}".format(e, e.read()))
171+
print("HTTPError when creating issue for status regression: {0}\n{1}"
172+
.format(e, e.read()))
172173
except IOError as e:
173174
print("I/O error when creating issue for status regression: {0}".format(e))
174175
except:

0 commit comments

Comments
 (0)
Please sign in to comment.