mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
Lint
This commit is contained in:
parent
dd801636af
commit
4948ad95b0
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def write_cpp(config):
|
||||||
|
|
||||||
def compile_program(args, config):
|
def compile_program(args, config):
|
||||||
_LOGGER.info("Compiling app...")
|
_LOGGER.info("Compiling app...")
|
||||||
update_check = not os.getenv('ESPHOMEYAML_NO_UPDATE_CHECK', False)
|
update_check = not os.getenv('ESPHOMEYAML_NO_UPDATE_CHECK', '')
|
||||||
if update_check:
|
if update_check:
|
||||||
thread = start_update_check_thread(esphomeyaml_storage_path(CORE.config_dir))
|
thread = start_update_check_thread(esphomeyaml_storage_path(CORE.config_dir))
|
||||||
rc = platformio_api.run_compile(config, args.verbose)
|
rc = platformio_api.run_compile(config, args.verbose)
|
||||||
|
|
Loading…
Reference in a new issue