Skip to content

Commit

Permalink
r.connectivity import ogr (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecodiv authored May 31, 2024
1 parent 5bf8abe commit 5ae27ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def main():

# Lazy import GDAL python bindings
try:
from osgeo import gdal, osr
from osgeo import gdal, osr, ogr
except ImportError as e:
grass.fatal(_("Module requires GDAL python bindings: {}").format(e))

Expand Down

0 comments on commit 5ae27ab

Please sign in to comment.