Update python/plugins/grassprovider/grass_provider.py

Co-authored-by: Alexander Bruy <alexander.bruy@gmail.com>
This commit is contained in:
Nyall Dawson 2024-07-15 18:03:31 +10:00
parent eb66f88ac9
commit a42fdd8f68

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 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()