Skip to content

Commit

Permalink
Update python/plugins/grassprovider/grass_provider.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bruy <alexander.bruy@gmail.com>
  • Loading branch information
nyalldawson and alexbruy committed Jul 15, 2024
1 parent eb66f88 commit a42fdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/grassprovider/grass_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def supportsNonFileBasedOutput(self):
def supportedOutputVectorLayerExtensions(self):
# We use the same extensions as QGIS because:
# - QGIS is using OGR like GRASS
# - There are very few chances than OGR version used in GRASS is
# - There are very few chances that OGR version used in GRASS is
# different from QGIS OGR version.
return super().supportedOutputVectorLayerExtensions()

Expand Down

0 comments on commit a42fdd8

Please sign in to comment.