From 02863a3554a1b0aea93871bbfb7a92738cd2fe89 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 20:47:42 +0200 Subject: [PATCH] do as tidy says --- 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 ae4c12a94ab5..d5dff1dcae0d 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -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: