a
This commit is contained in:
		
					parent
					
						
							
								07fdaa3dcd
							
						
					
				
			
			
				commit
				
					
						0ed8fa8389
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,7 +9,7 @@ def install_available(project_path):
 | 
				
			||||||
        pass
 | 
					        pass
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    if get_distro_name() == "alpine":
 | 
					    if get_distro_name() == "alpine":
 | 
				
			||||||
        sp.check_output(['pipenv', 'lock'])
 | 
					        sp.check_output(['pipenv', 'lock'], cwd=project_path)
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        with open(os.path.join(project_path, "Pipfile.lock")) as f:
 | 
					        with open(os.path.join(project_path, "Pipfile.lock")) as f:
 | 
				
			||||||
            content = json.load(f)
 | 
					            content = json.load(f)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue