bugfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user