| 
					
				 | 
			
			
				@@ -88,7 +88,7 @@ async def pull_image_editor_project(request): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     try: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _subprocess = await asyncio.create_subprocess_shell( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'bash {path}/update_image_editor.sh'.format( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                path=os.path.dirname(path) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                path=path 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         stdout, stderr = await _subprocess.communicate() 
			 |