diff options
Diffstat (limited to 'archaeological_operations/data_importer.py')
-rw-r--r-- | archaeological_operations/data_importer.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |