Skip to content

Commit

Permalink
Merge pull request #1084 from ynput/bugfix/report_stagingDir_is_custom
Browse files Browse the repository at this point in the history
Report stagingDir_is_custom to apply_staging_dir.
  • Loading branch information
iLLiCiTiT authored Jan 14, 2025
2 parents e3b9bfa + 3d9459f commit 9b899eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/pipeline/create/creator_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ def apply_staging_dir(self, instance):
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}")
Expand Down

0 comments on commit 9b899eb

Please sign in to comment.