diff --git a/src/core/src/CoreMain.py b/src/core/src/CoreMain.py index f07f8bfd..a98160c7 100644 --- a/src/core/src/CoreMain.py +++ b/src/core/src/CoreMain.py @@ -173,3 +173,4 @@ def is_temp_folder_available(env_layer, execution_config): and execution_config is not None \ and execution_config.temp_folder is not None \ and os.path.exists(execution_config.temp_folder) +