scripts/decodetree.py: fix reference to attributes
Signed-off-by: Cleber Rosa <crosa@redhat.com> Message-Id: <20181004161852.11673-9-crosa@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
		
							parent
							
								
									aa983ff67c
								
							
						
					
					
						commit
						cbcdf1a951
					
				| @ -298,7 +298,7 @@ class Field: | ||||
|             s = 's' | ||||
|         else: | ||||
|             s = '' | ||||
|         return str(pos) + ':' + s + str(len) | ||||
|         return str(self.pos) + ':' + s + str(self.len) | ||||
| 
 | ||||
|     def str_extract(self): | ||||
|         if self.sign: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Cleber Rosa
						Cleber Rosa