mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Report stagingDir_is_custom to apply_staging_dir.
This commit is contained in:
parent
e3b9bfa29d
commit
3d9459f3c9
1 changed files with 1 additions and 0 deletions
|
|
@ -916,6 +916,7 @@ class Creator(BaseCreator):
|
|||
instance.transient_data.update({
|
||||
"stagingDir": staging_dir_path,
|
||||
"stagingDir_persistent": staging_dir_info.is_persistent,
|
||||
"stagingDir_is_custom": staging_dir_info.is_custom,
|
||||
})
|
||||
|
||||
self.log.info(f"Applied staging dir to instance: {staging_dir_path}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue