From 69800dbaf833dba337dcef3ac45a159047047b3e Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 4 Sep 2019 09:31:34 -0400 Subject: [PATCH] fix link --- pygeoapi/provider/ogr.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pygeoapi/provider/ogr.py b/pygeoapi/provider/ogr.py index a455398..1bbf5cd 100644 --- a/pygeoapi/provider/ogr.py +++ b/pygeoapi/provider/ogr.py @@ -489,9 +489,7 @@ class CommonSourceHelper(SourceHelper): OGR Driver-specific handling of closing dataset. If ExecuteSQL has been (successfully) called must close ResultSet explicitly. - https://gis.stackexchange.com/questions/114112/ - explicitly-close-a-ogr-result-object-from-a-call-to-executesql - + https://gis.stackexchange.com/questions/114112/explicitly-close-a-ogr-result-object-from-a-call-to-executesql # noqa """ if not self.result_set: