Fix typo in OpenData script logging

This commit is contained in:
Lucas Verney 2018-11-25 12:17:27 +01:00
parent ce58f5f601
commit 85031a5462
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def preprocess_hauts_de_seine(data):
out.append(new_item)
except KeyError as exc:
logging.warning(
'Invalid item %s in Lille data: %s.',
'Invalid item %s in Hauts-de-Seine data: %s.',
item.get('recordid', '?'),
exc
)