Skip to content

Commit

Permalink
Update troubadix/standalone_plugins/no_solution.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Thumann <[email protected]>
  • Loading branch information
mbrinkhoff and n-thumann committed Jan 31, 2024
1 parent 6a2bc67 commit 3f60d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubadix/standalone_plugins/no_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def get_no_solution_vts(
(file, file.read_text(encoding=CURRENT_ENCODING)) for file in files
)
return (
(file,) + extract_tags(content)
(file, *extract_tags(content))
for file, content in file_contents
if not check_skip_script(content)
)
Expand Down

0 comments on commit 3f60d8f

Please sign in to comment.