Compare commits

...

2 Commits

1 changed files with 2 additions and 4 deletions

View File

@ -287,9 +287,7 @@ if __name__ == "__main__":
log_message("=" * 40 + " LOG START " + "=" * 40, log_f)
# --- PARTE 1: BUSCAR ARCHIVOS ---
base_search_dir = "XML Project"
script_dir = os.path.dirname(os.path.abspath(__file__))
xml_project_dir = os.path.join(script_dir, base_search_dir)
xml_project_dir = working_directory
log_message(
f"Buscando archivos XML recursivamente en: '{xml_project_dir}'", log_f