Skip to content

Commit 0f22836

Browse files
authored
fix syntax
1 parent a741147 commit 0f22836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def print_firmware_metrics(target, source, env):
369369
try:
370370
import esp_idf_size
371371
print("[INFO] Running esp-idf-size on %s" % map_file)
372-
env.Execute("$PYTHONEXE -m esp-idf-size \" \"{map_file}\"")
372+
env.Execute("$PYTHONEXE -m esp-idf-size \"${MAP_FILE}\"")
373373
except:
374374
pass
375375

0 commit comments

Comments
 (0)