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