Skip to content

Commit 8c33211

Browse files
authoredApr 20, 2024
Update platformio-build.py
1 parent 915f18b commit 8c33211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def add_tinyuf2_extra_image():
177177
variants_dir = join(FRAMEWORK_DIR, "variants")
178178
try:
179179
build_variants_dir = join(board_config.get("build.variants_dir"))
180-
except:
180+
except Exception:
181181
build_variants_dir = ""
182182

183183
if "build.variants_dir" in board_config:

0 commit comments

Comments
 (0)