Update python/plugins/grassprovider/grass_provider.py

Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
This commit is contained in:
Nyall Dawson 2024-07-15 14:33:37 +10:00
parent c9d0d29d69
commit eb66f88ac9

View File

@ -162,7 +162,7 @@ class GrassProvider(QgsProcessingProvider):
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()