Skip to content

Commit

Permalink
chore: more debug info when app got skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Nov 26, 2024
1 parent c0cafba commit da79f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idf_build_apps/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def _validate_app(_app: App) -> bool:

# for unknown ones, we keep them to the build stage to judge
if _app.build_status == BuildStatus.SKIPPED:
LOGGER.debug('=> Skipped. Reason: %s', _app.build_comment or 'Unknown')
return args.include_skipped_apps

return True
Expand Down

0 comments on commit da79f7b

Please sign in to comment.