Skip to content

Commit

Permalink
do as tidy says
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jun 21, 2019
1 parent ecca52c commit 02863a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ def update_latest(
except urllib2.HTTPError as e:
# network errors will simply end up not creating an issue, but that's better
# than failing the entire build job
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}"
.format(e, e.read()))
except IOError as e:
print("I/O error when creating issue for status regression: {0}".format(e))
except:
Expand Down

0 comments on commit 02863a3

Please sign in to comment.