diff --git a/helpers.py b/helpers.py index d34e055a..040d0fe0 100644 --- a/helpers.py +++ b/helpers.py @@ -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.