Skip to content

Commit

Permalink
fix: resolve failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
  • Loading branch information
inosmeet committed Feb 25, 2024
1 parent eeff5d4 commit a092861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/parsers/rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ def run_checker(self, filename):
{},
None,
)
yield from vendors
yield from vendors
self.logger.debug(f"Done scanning file: {self.filename}")

0 comments on commit a092861

Please sign in to comment.