mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5028c081cb
						
					
				
				
					commit
					11741543da
				
			| @@ -33,8 +33,8 @@ os.chdir(ZULIP_PATH) | ||||
|  | ||||
| venv_name = "zulip-py3-venv" | ||||
| cached_venv_path = setup_virtualenv( | ||||
|     os.path.join(args.deploy_path, venv_name), | ||||
|     os.path.join(ZULIP_PATH, "requirements", "prod.txt")) | ||||
|     os.path.join(args.deploy_path, venv_name), os.path.join(ZULIP_PATH, "requirements", "prod.txt") | ||||
| ) | ||||
|  | ||||
| current_venv_path = os.path.join(args.deploy_path, 'zulip-current-venv') | ||||
| overwrite_symlink(venv_name, current_venv_path) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user