Fix typo in OpenData script logging
This commit is contained in:
parent
ce58f5f601
commit
85031a5462
@ -73,7 +73,7 @@ def preprocess_hauts_de_seine(data):
|
|||||||
out.append(new_item)
|
out.append(new_item)
|
||||||
except KeyError as exc:
|
except KeyError as exc:
|
||||||
logging.warning(
|
logging.warning(
|
||||||
'Invalid item %s in Lille data: %s.',
|
'Invalid item %s in Hauts-de-Seine data: %s.',
|
||||||
item.get('recordid', '?'),
|
item.get('recordid', '?'),
|
||||||
exc
|
exc
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user