mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	[lint] convert path to Path first
Fixes a lot of undetected extlibs.
Regression of 6bafb036.
			
			
This commit is contained in:
		
							parent
							
								
									14cfa11b68
								
							
						
					
					
						commit
						46ebdd701a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -530,6 +530,7 @@ def check_extlib_dir(apps):
 | 
			
		|||
    for app in apps:
 | 
			
		||||
        for build in app.get('Builds', []):
 | 
			
		||||
            for path in build.extlibs:
 | 
			
		||||
                path = Path(path)
 | 
			
		||||
                if path not in extlib_files:
 | 
			
		||||
                    yield _(
 | 
			
		||||
                        "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue