mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Update python/plugins/grassprovider/grass_provider.py
Co-authored-by: Alexander Bruy <alexander.bruy@gmail.com>
This commit is contained in:
parent
eb66f88ac9
commit
a42fdd8f68
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user