This commit is contained in:
2025-06-30 11:58:12 +00:00
parent e2d4d935b6
commit 41719fe267

View File

@@ -723,7 +723,7 @@ def load_target_schema(csv_filepath=BRANCH_MAPPING_FILE):
if len(row) >= 3 and row[2].strip().upper() in ["X", "FOKUS", "JA", "TRUE", "1"]:
focus_branches_set.add(target_branch)
logger.debug(f" -> Fokusbranche gefunden: '{target_branch}'")
except FileNotFoundError:def load_target_schema(csv_filepath=BRANCH_MAPPING_FILE):
except FileNotFoundError:def load_target_schema(csv_filepath=BRANCH_MAPPING_FILE): #-Zeile 726
"""
Lädt das Ziel-Branchenschema aus der definierten CSV-Datei.
Gibt True bei Erfolg zurück, False bei einem Fehler.