mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Update client/ayon_core/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Mustafa Jafar <mustafataherzaky@outlook.com>
This commit is contained in:
parent
1450bcacd1
commit
ab498dd7e1
1 changed files with 5 additions and 4 deletions
|
|
@ -844,10 +844,11 @@ class AbstractTemplateBuilder(ABC):
|
|||
keep_placeholder = True
|
||||
|
||||
if not path:
|
||||
self.log.info(
|
||||
"Template path is not set."
|
||||
)
|
||||
return
|
||||
raise TemplateLoadFailed((
|
||||
"Template path is not set.\n"
|
||||
"Path need to be set in {}\\Template Workfile Build "
|
||||
"Settings\\Profiles"
|
||||
).format(host_name.title()))
|
||||
|
||||
# Try to fill path with environments and anatomy roots
|
||||
anatomy = Anatomy(project_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue