mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change custom key to is_custom
This commit is contained in:
parent
25f6ec241b
commit
47fee3f54b
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ def get_instance_staging_dir(instance):
|
|||
instance.data.update({
|
||||
"stagingDir": staging_dir_path,
|
||||
"stagingDir_persistent": staging_dir_info.is_persistent,
|
||||
"stagingDir_custom": staging_dir_info.is_custom
|
||||
"stagingDir_is_custom": staging_dir_info.is_custom
|
||||
})
|
||||
|
||||
return staging_dir_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue