From 6398808c0339325730f0b84394373f7590631389 Mon Sep 17 00:00:00 2001 From: Floke Date: Tue, 1 Jul 2025 07:08:15 +0000 Subject: [PATCH] bugfix --- helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",