This commit is contained in:
2025-06-30 12:29:57 +00:00
parent 95e326650a
commit 9d4d5fa499

View File

@@ -85,7 +85,7 @@ class DataProcessor:
"""
self.logger.info("Führe DataProcessor-Setup durch...")
# Lade das Branchenschema explizit.
schema_loaded = load_target_schema()
schema_loaded = initialize_target_schema()
if not schema_loaded:
self.logger.error("Setup fehlgeschlagen: Branchenschema konnte nicht geladen werden.")
self.is_setup_complete = False