Skip to content

Commit 7a23ebb

Browse files
committed
#95 fix flake8, sigh
1 parent 72f7c91 commit 7a23ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeoHealthCheck/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def __init__(self, owner, resource_type, title, url, tags):
216216
try:
217217
self.latitude, self.longitude = util.geocode(url)
218218
except Exception as err: # skip storage
219-
LOGGER.exception('Could not derive coordinates, set to zero-island: %s', err)
219+
LOGGER.exception('Could not derive coordinates: %s', err)
220220
self.latitude = 0.0
221221
self.longitude = 0.0
222222

0 commit comments

Comments
 (0)