tools/lib: Text-wrap long lines exceeding 110.

This commit is contained in:
rht
2017-11-08 03:47:28 +01:00
committed by Tim Abbott
parent 53e37aa511
commit 7a96b8c7ad
4 changed files with 13 additions and 7 deletions

View File

@@ -88,7 +88,8 @@ if platform.architecture()[0] == '64bit':
elif platform.architecture()[0] == '32bit':
arch = "i386"
else:
logging.critical("Only x86 is supported; ping zulip-devel@googlegroups.com if you want another architecture.")
logging.critical("Only x86 is supported;"
"ping zulip-devel@googlegroups.com if you want another architecture.")
sys.exit(1)
# Ideally we wouldn't need to install a dependency here, before we