mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	tools/lib: Text-wrap long lines exceeding 110.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user