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: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
  • Loading branch information
2 people authored and github-actions[bot] committed Jul 15, 2024
1 parent 322b902 commit 0f2e1a9
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 chances than OGR version used in GRASS is
# - There are very few chances than OGR version used in GRASS is
# different from QGIS OGR version.
return super().supportedOutputVectorLayerExtensions()

Expand Down

0 comments on commit 0f2e1a9

Please sign in to comment.