diff options
| author | Ralf Jung <post@ralfj.de> | 2019-06-21 14:07:20 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-06-21 14:07:20 +0200 |
| commit | 8ceab3218ed277ec822e72cde9b06bfd53549dc2 (patch) | |
| tree | 5860e99cd5844046d030c4baa14a0c7a2e52357f /src/tools | |
| parent | e02c65519459f1f5d8309d0a6f4ada42be1be4e3 (diff) | |
| download | rust-8ceab3218ed277ec822e72cde9b06bfd53549dc2.tar.gz rust-8ceab3218ed277ec822e72cde9b06bfd53549dc2.zip | |
fix long line
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
