From 26fc2abc884e799c90e684fd9bc15a1ef50bf19a Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Mon, 27 Mar 2023 19:28:59 +0300 Subject: [PATCH] pio: typo (redraw) --- code/scripts/pio_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/scripts/pio_main.py b/code/scripts/pio_main.py index be440341..4eeed0fe 100644 --- a/code/scripts/pio_main.py +++ b/code/scripts/pio_main.py @@ -80,6 +80,6 @@ if pre_process: # hijack SCons signature generation to exclude BUILD_DIR, making our builds faster # when using different environments (i.e. itead-sonoff-basic, itead-sonoff-pow, etc.) -cachefix_fix = check_env("ESPURNA_FIX_CACHEDIR_PATH", "n") +cachedir_fix = check_env("ESPURNA_FIX_CACHEDIR_PATH", "n") if cachedir_fix: app_patch_cachedir(projenv)