mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
resolve hound
This commit is contained in:
parent
59a20fe0fb
commit
fdea715fe0
2 changed files with 4 additions and 3 deletions
|
|
@ -762,11 +762,12 @@ def validate_job_path():
|
|||
if project_settings["houdini"]["general"]["job_path"]["enabled"]:
|
||||
|
||||
# get and resolve job path template
|
||||
job_path_template = project_settings["houdini"]["general"]["job_path"]["path"]
|
||||
job_path_template = \
|
||||
project_settings["houdini"]["general"]["job_path"]["path"]
|
||||
job_path = StringTemplate.format_template(
|
||||
job_path_template, get_current_context_template_data()
|
||||
)
|
||||
job_path = job_path.replace("\\","/")
|
||||
job_path = job_path.replace("\\", "/")
|
||||
|
||||
if job_path == "":
|
||||
# Set JOB path to HIP path if JOB path is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue