Skip to content

Commit 1a67a1c

Browse files
authored
again syntax
1 parent 30288f1 commit 1a67a1c

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(f"$PYTHONEXE -m esp_idf_size \"{map_file}\"")
373373
except:
374374
pass
375375

0 commit comments

Comments
 (0)