diff --git a/helpers.py b/helpers.py index 80f6aa82..18e50cf3 100644 --- a/helpers.py +++ b/helpers.py @@ -1014,7 +1014,7 @@ for line in lines: if crm_branche and isinstance(crm_branche, str) and crm_branche.strip().lower() != "k.a.": crm_short_branch_for_fallback = crm_branche.strip() - return { + return { "branch": crm_short_branch_for_fallback if crm_short_branch_for_fallback.lower() != "k.a." else "FEHLER PARSING", "confidence": result.get("confidence", "N/A"), "consistency": "error_parsing",