Skip to content

Commit

Permalink
Error out on missing remove_components
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 7, 2024
1 parent 481b7ae commit d387819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def main():
LOGGER.warning(
"Component %s is not present in manifest, cannot remove", component
)
sys.exit(1)

# Extend configuration and C defines
for input_config, output_config in [
Expand Down

0 comments on commit d387819

Please sign in to comment.