mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix version printing not breaking yaml parsing (#4904)
This commit is contained in:
		| @@ -980,7 +980,7 @@ def run_esphome(argv): | ||||
|             _LOGGER.error(e, exc_info=args.verbose) | ||||
|             return 1 | ||||
|  | ||||
|     safe_print(f"ESPHome {const.__version__}") | ||||
|     _LOGGER.info("ESPHome %s", const.__version__) | ||||
|  | ||||
|     for conf_path in args.configuration: | ||||
|         if any(os.path.basename(conf_path) == x for x in SECRETS_FILES): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user