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

Commit 27c753e

Browse files
trigger error
1 parent eb8f9ff commit 27c753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def component_filtered_report(
3232
Filter a report such that the totals, etc. are only pertaining to the given component.
3333
"""
3434

35-
report.flags.keys()
35+
report.flags + "string"
3636

3737
flags, paths = [], []
3838
for component in components:

0 commit comments

Comments
 (0)