mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Warn user if files are excluded from search
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
		
							parent
							
								
									5939a2a4de
								
							
						
					
					
						commit
						d24e037dd1
					
				| @ -193,6 +193,10 @@ class NameCheck(object): | ||||
|         internal variable self.parse_result. | ||||
|         """ | ||||
|         self.log.info("Parsing source code...") | ||||
|         self.log.debug( | ||||
|             "The following files are excluded from the search: {}" | ||||
|             .format(str(self.excluded_files)) | ||||
|         ) | ||||
| 
 | ||||
|         m_headers = self.get_files("h", os.path.join("include", "mbedtls")) | ||||
|         p_headers = self.get_files("h", os.path.join("include", "psa")) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Yuto Takano
						Yuto Takano