mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Add missing "None" guard for faux packages
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
		
							parent
							
								
									c14ee0410b
								
							
						
					
					
						commit
						856bbba232
					
				@ -327,7 +327,7 @@ class Britney(object):
 | 
			
		||||
        if faux_packages is not None and os.path.exists(faux_packages):
 | 
			
		||||
            self.log("Loading faux packages from %s" % faux_packages, type='I')
 | 
			
		||||
            self._load_faux_packages(faux_packages)
 | 
			
		||||
        else:
 | 
			
		||||
        elif faux_packages is not None:
 | 
			
		||||
            self.log("No Faux packages as %s does not exist" % faux_packages, type='I')
 | 
			
		||||
 | 
			
		||||
        if constraints_file is not None and os.path.exists(constraints_file):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user