Skip to content

Commit a43b36e

Browse files
committed
fix flake8
1 parent 2f25aa2 commit a43b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owslib/ogcapi/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def collection_items(self, collection_id: str, **kwargs: dict) -> dict:
143143
sortby = sort_property
144144
kwargs['sortby'] = sortby
145145
except ValueError as err:
146-
LOGGER.debug(f'Cannot handle sortby; skipping')
146+
LOGGER.debug(f'Cannot handle sortby; skipping: {err}')
147147

148148
if 'cql' in kwargs:
149149
LOGGER.debug('CQL query detected')

0 commit comments

Comments
 (0)