From 8ceab3218ed277ec822e72cde9b06bfd53549dc2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 14:07:20 +0200 Subject: [PATCH] fix long line --- src/tools/publish_toolstate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index b27f2bb9f43..5c6d91a9c43 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -171,7 +171,8 @@ def update_latest( # than failing the entire build job print("I/O error when creating issue for status regression: {0}".format(e)) 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 if changed: