Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 260474a

Browse files
trigger re-run
1 parent 3e938a4 commit 260474a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def component_filtered_report(
3131
"""
3232
Filter a report such that the totals, etc. are only pertaining to the given component.
3333
"""
34+
print(report)
3435
flags, paths = [], []
3536
for component in components:
3637
flags.extend(component.get_matching_flags(report.flags.keys()))

0 commit comments

Comments
 (0)