From 85031a54627d83a448b3019fdc3905020ebbc213 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 25 Nov 2018 12:17:27 +0100 Subject: [PATCH] Fix typo in OpenData script logging --- scripts/opendata/works.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opendata/works.py b/scripts/opendata/works.py index bee9924..a7916f1 100755 --- a/scripts/opendata/works.py +++ b/scripts/opendata/works.py @@ -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 )