Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
make job dir if not extists
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
  • Loading branch information
MustafaJafar and moonyuet authored Sep 26, 2023
1 parent 32a88fd commit 0ba8f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpype/hosts/houdini/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ def update_job_var_context(job_var_settings):
job_path_template, get_current_context_template_data()
)
job_path = job_path.replace("\\", "/")
os.makedirs(job_path, exist_ok=True)

if job_path == "":
# Set JOB path to HIP path if JOB path is enabled
Expand Down

0 comments on commit 0ba8f02

Please sign in to comment.