Skip to content

Commit 8ceab32

Browse files
committed
fix long line
1 parent e02c655 commit 8ceab32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/publish_toolstate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ def update_latest(
171171
# than failing the entire build job
172172
print("I/O error when creating issue for status regression: {0}".format(e))
173173
except:
174-
print("Unexpected error when creating issue for status regression: {0}".format(sys.exc_info()[0]))
174+
print("Unexpected error when creating issue for status regression: {0}"
175+
.format(sys.exc_info()[0]))
175176
raise
176177

177178
if changed:

0 commit comments

Comments
 (0)