Skip to content

Commit

Permalink
temp log for out dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Jan 14, 2025
1 parent d307ecb commit e8ec4e3
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 @@ -448,6 +448,7 @@ def start_automation(self):
args.outputpath)
args.outputpath = (args.outputpath / timestamped_folder).resolve()
args.outputpath.mkdir(parents=True, exist_ok=True)
log.warning('%s - directory created', str(args.outputpath))

self._run_gws_providers()
self._rego_eval()
Expand Down

0 comments on commit e8ec4e3

Please sign in to comment.