Skip to content

Commit

Permalink
Updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
rabroldan committed Oct 16, 2023
1 parent 58e7eb5 commit 3322a58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cve_bin_tool/version_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def scan_and_or_extract_file(

def recursive_scan(self, scan_path: str) -> Iterator[ScanInfo]:
"""Recursively scan files and directories, extracting information, and yielding the results using a generator."""

with Extractor(logger=self.logger, error_mode=self.error_mode) as ectx:
if Path(scan_path).is_dir():
for filepath in self.walker([scan_path]):
Expand Down

0 comments on commit 3322a58

Please sign in to comment.