Skip to content

Commit

Permalink
Update to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lylebarner committed Feb 4, 2025
1 parent a6523fc commit 114fbeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrub/scrubme.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def main(conf_file=pathlib.Path('./scrub.cfg').resolve(), clean=False, console_l
scrub_utilities.check_artifact(tool_analysis_dir, True)

# Parse the results files
logging.info('')
logging.info(' Parsing results...')
parser.parse_warnings(tool_analysis_dir, scrub_conf_data)

# Check the raw results files
Expand Down

0 comments on commit 114fbeb

Please sign in to comment.