From 41719fe267302255949936f8e24fb7d9ae53a4e9 Mon Sep 17 00:00:00 2001 From: Floke Date: Mon, 30 Jun 2025 11:58:12 +0000 Subject: [PATCH] bugfix --- helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.