mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix lint error
This commit is contained in:
		| @@ -263,8 +263,8 @@ def read_config(path): | ||||
|     _LOGGER.debug("Reading configuration...") | ||||
|     try: | ||||
|         res = load_config(path) | ||||
|     except ESPHomeYAMLError as e: | ||||
|         _LOGGER.error(u"Error while reading config: %s", e) | ||||
|     except ESPHomeYAMLError as err: | ||||
|         _LOGGER.error(u"Error while reading config: %s", err) | ||||
|         return None | ||||
|     excepts = {} | ||||
|     for err in res.errors: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user