change custom key to is_custom

This commit is contained in:
Jakub Trllo 2025-01-07 15:41:58 +01:00
parent 25f6ec241b
commit 47fee3f54b

View file

@ -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