Merge pull request #1084 from ynput/bugfix/report_stagingDir_is_custom

Report stagingDir_is_custom to apply_staging_dir.
This commit is contained in:
Jakub Trllo 2025-01-14 14:26:17 +01:00 committed by GitHub
commit 9b899ebc00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}")