Skip to content

Commit

Permalink
Update unblob/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztián Fekete <[email protected]>
  • Loading branch information
qkaiser and e3krisztian authored Jan 2, 2024
1 parent 5e2c679 commit 88a07ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unblob/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ def cli(
logger.info("Start processing file", file=file)
process_results = process_file(config, file, report_file)
if verbose == 0:
if not skip_extraction:
print_report(process_results)
else:
if skip_extraction:
print_scan_report(process_results)
else:
print_report(process_results)
return process_results


Expand Down

0 comments on commit 88a07ba

Please sign in to comment.