mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	requirements: Upgrade pyflakes to 2.0.0.
We fix a few errors that only the new version finds.
This commit is contained in:
		| @@ -141,7 +141,7 @@ try: | ||||
| except OSError: | ||||
|     print('Bad command: %s' % (command,)) | ||||
|     raise | ||||
| except subprocess.CalledProcessError as e: | ||||
| except subprocess.CalledProcessError: | ||||
|     print('\n** Tests failed, PLEASE FIX! **\n') | ||||
|     sys.exit(1) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user