From ae6364b1992d385e2bcb89f58e69ef4e9f28d97c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 24 Oct 2015 14:28:12 +0200 Subject: Imports SRA: fix regex --- archaeological_operations/data_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/data_importer.py b/archaeological_operations/data_importer.py index 6c89ebaa5..b4cd2f0d0 100644 --- a/archaeological_operations/data_importer.py +++ b/archaeological_operations/data_importer.py @@ -156,7 +156,7 @@ RE_ADD_CD_POSTAL_TOWN = re.compile("(.+)?[, ]*(\d{2} *\d{3})[, ]*(.+)") RE_CD_POSTAL_FILTER = re.compile("(\d*) (\d*)") -RE_ORGA = re.compile("([^,]*)") +RE_ORGA = re.compile("([^,\n]*)") class OperationImporterBibracte(Importer): -- cgit v1.2.3