Skip to content
Snippets Groups Projects
Commit e293f579 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-fix-dt' into 'dev'

MAINT: rename and docstring"

See merge request !147
parents aed9cfec c3a10a84
Branches
Tags
2 merge requests!160STY: styling,!147MAINT: rename and docstring"
Pipeline #47141 passed
......@@ -936,7 +936,7 @@ class Crawler(object):
if isinstance(el, str):
try:
# the get_entity function will raise an error if not unique
propval.append(Crawler._get_property_id_for_datatype(rtname=prop.datatype,
propval.append(Crawler._get_property_id_for_datatype(rtname=dt,
name=el))
except (db.EmptyUniqueQueryError, db.QueryNotUniqueError):
logger.error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment