Skip to content

Commit

Permalink
temp log for ScubaResults JSON creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Jan 14, 2025
1 parent e8ec4e3 commit f3b0aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scubagoggles/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def _run_reporter(self):
total_output.update({'Raw': raw_data})

report_file = out_folder / f'{out_jsonfile}.json'
log.warning('%s created', str(report_file))
with report_file.open('w', encoding = 'utf-8') as results_file:
json.dump(total_output, results_file, indent = 4)

Expand Down

0 comments on commit f3b0aa5

Please sign in to comment.