diff --git a/scubagoggles/orchestrator.py b/scubagoggles/orchestrator.py index a1601f55..00759e1e 100644 --- a/scubagoggles/orchestrator.py +++ b/scubagoggles/orchestrator.py @@ -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)