mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix anatomy template.
This commit is contained in:
parent
c45940497e
commit
2066fe61a1
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ def get_staging_dir_info(
|
|||
if staging_dir_config:
|
||||
return {
|
||||
"stagingDir": StringTemplate.format_template(
|
||||
staging_dir_config["template"]["directory"],
|
||||
str(staging_dir_config["template"]["directory"]),
|
||||
ctx_data
|
||||
),
|
||||
"stagingDir_persistent": staging_dir_config["persistence"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue