Skip to content

Commit

Permalink
orchestrator: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aormu authored and rlxdev committed Feb 6, 2025
1 parent 9e3d6a0 commit 0f1cc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scubagoggles/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,12 @@ def _run_reporter(self):
total_output.update({'Results': results})

args_dict = vars(args)

# Create the ScubaResults files
scuba_results_file = out_folder / f'{args.outputproviderfilename}.json'
with scuba_results_file.open(encoding='UTF-8') as file:
raw_data = json.load(file)
raw_data.update({"scuba_config":args_dict})
raw_data.update({'scuba_config': args_dict})
total_output.update({'Raw': raw_data})

report_file = out_folder / f'{out_jsonfile}.json'
Expand Down

0 comments on commit 0f1cc1b

Please sign in to comment.