new commit
This commit is contained in:
parent
4bbd1b38d4
commit
27a9f42bf0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user