fix long line
This commit is contained in:
parent
e02c655194
commit
8ceab3218e
@ -171,7 +171,8 @@ def update_latest(
|
|||||||
# than failing the entire build job
|
# than failing the entire build job
|
||||||
print("I/O error when creating issue for status regression: {0}".format(e))
|
print("I/O error when creating issue for status regression: {0}".format(e))
|
||||||
except:
|
except:
|
||||||
print("Unexpected error when creating issue for status regression: {0}".format(sys.exc_info()[0]))
|
print("Unexpected error when creating issue for status regression: {0}"
|
||||||
|
.format(sys.exc_info()[0]))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if changed:
|
if changed:
|
||||||
|
Loading…
Reference in New Issue
Block a user