mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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:
|
if staging_dir_config:
|
||||||
return {
|
return {
|
||||||
"stagingDir": StringTemplate.format_template(
|
"stagingDir": StringTemplate.format_template(
|
||||||
staging_dir_config["template"]["directory"],
|
str(staging_dir_config["template"]["directory"]),
|
||||||
ctx_data
|
ctx_data
|
||||||
),
|
),
|
||||||
"stagingDir_persistent": staging_dir_config["persistence"],
|
"stagingDir_persistent": staging_dir_config["persistence"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue