Skip to content

Commit 37779c8

Browse files
authored
remove left overs from move import
1 parent 3d6f616 commit 37779c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

builder/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,6 @@ def firmware_metrics(target, source, env):
408408
if result.returncode != 0:
409409
print(f"Warning: esp-idf-size exited with code {result.returncode}")
410410

411-
except FileNotFoundError:
412-
print("Error: Python executable not found.")
413-
print("Check your Python installation.")
414-
except Exception as e:
415-
print(f"Error: Failed to run firmware metrics: {e}")
416-
print("Make sure esp-idf-size is installed: pip install esp-idf-size")
417-
418411
#
419412
# Target: Build executable and linkable firmware or FS image
420413
#

0 commit comments

Comments
 (0)