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