Skip to content

Commit 8bf14ba

Browse files
committed
set the unique output dir to output directory if the user provided path is given
1 parent e4a4909 commit 8bf14ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ads/opctl/operator/lowcode/forecast/model/base_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def _save_report(
435435

436436
if self.spec.output_directory:
437437
output_dir = self.spec.output_directory.url
438+
# set the unique directory path as the requested path by the user
439+
unique_output_dir = output_dir
438440
else:
439441
output_dir = "results"
440442

0 commit comments

Comments
 (0)