summaryrefslogtreecommitdiff
path: root/archaeological_operations/data_importer.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-01-28 01:41:20 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-01-28 01:41:20 +0100
commit61e92971e33940d93e0ae288456a4482145e33d3 (patch)
tree5172e69dc2459ae1779533c440298ab52eb1c83e /archaeological_operations/data_importer.py
parent4b8571e492a342314c6a68dbb80b5c48f76ffd4e (diff)
downloadIshtar-61e92971e33940d93e0ae288456a4482145e33d3.tar.bz2
Ishtar-61e92971e33940d93e0ae288456a4482145e33d3.zip
Fix Bibracte import - add finds imports
Diffstat (limited to 'archaeological_operations/data_importer.py')
-rw-r--r--archaeological_operations/data_importer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/data_importer.py b/archaeological_operations/data_importer.py
index 6b7c390cd..de0965ed8 100644
--- a/archaeological_operations/data_importer.py
+++ b/archaeological_operations/data_importer.py
@@ -198,7 +198,7 @@ class ParcelImporterBibracte(Importer):
# [UnicodeFormater(4), UnicodeFormater(6),],
# regexp=RE_PARCEL_SECT_NUM,
# regexp_formater_args=[0, 1], required=False,
- # duplicate_field='external_id',),
+ # duplicate_fields=['external_id'],),
ImportFormater('external_id',
UnicodeFormater(12),
required=False,),