mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	moveconfig: Correct use of members not declared in __init__()
Fix these pylint warnings. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									a4c9d178bc
								
							
						
					
					
						commit
						a6ab4dbd60
					
				@ -410,6 +410,10 @@ class Slot:
 | 
			
		||||
        self.parser = KconfigParser(args, self.build_dir)
 | 
			
		||||
        self.state = STATE_IDLE
 | 
			
		||||
        self.failed_boards = set()
 | 
			
		||||
        self.defconfig = None
 | 
			
		||||
        self.log = ''
 | 
			
		||||
        self.current_src_dir = None
 | 
			
		||||
        self.proc = None
 | 
			
		||||
 | 
			
		||||
    def __del__(self):
 | 
			
		||||
        """Delete the working directory
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user