Skip to content

Commit

Permalink
Use unique output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Apr 18, 2024
1 parent ca5e47d commit 93fa61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi_kubernetes_papermill/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def create_job_pod_spec(
setup_byoa_results_dir_cmd(
parent_of_subdir=PurePath("/full-results-pvc"),
subdir=requested.result_data_directory,
result_data_path=PurePath("/output"),
result_data_path=PurePath("/output-byoa"),
job_name=job_name,
)
if requested.result_data_directory
Expand Down

0 comments on commit 93fa61e

Please # to comment.