new commit

This commit is contained in:
Manuel 2025-04-28 08:19:34 +00:00
parent 4bbd1b38d4
commit 27a9f42bf0

View File

@ -206,8 +206,8 @@ def iso_builder_main(
repositories_data=repositories
)
kernels_config = load_yaml_config(paths['KERNELS_YAML_FILE'], 'kernels.yaml')
logger.info(f"=> DEBUG: Kernel YAML file path loaded: {paths['KERNELS_YAML_FILE']}") # Linha de debug temporária
kernels_config = load_yaml_config(paths['KERNELS_CONFIG_YAML'], 'kernels.yaml')
logger.info(f"=> DEBUG: Kernel YAML file path loaded: {paths['KERNELS_CONFIG_YAML']}") # Linha de debug temporária
import json # Importa a biblioteca json para formatar o dicionário
logger.info(f"=> DEBUG: Loaded kernels_config content: {json.dumps(kernels_config, indent=2)}") # Linha de debug temporária