From f509c65f3d8f2e6254d2a24aed971ccbcb394239 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 12 Dec 2023 13:20:57 -0800 Subject: [PATCH] 13983 replace escaped chars --- netbox/extras/forms/bulk_import.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/extras/forms/bulk_import.py b/netbox/extras/forms/bulk_import.py index c938ce69d..745268f33 100644 --- a/netbox/extras/forms/bulk_import.py +++ b/netbox/extras/forms/bulk_import.py @@ -96,6 +96,8 @@ class CustomFieldChoiceSetImportForm(CSVModelForm): for line in self.cleaned_data['extra_choices']: try: value, label = re.split(r'(?