Skip to content

Commit

Permalink
Merge pull request #58083 from qgis/backport-58081-to-release-3_38
Browse files Browse the repository at this point in the history
[Backport release-3_38] Show GRASS version info in Processing logs
  • Loading branch information
alexbruy authored Jul 12, 2024
2 parents bd7c124 + 78ebbc1 commit adbaa5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/grassprovider/grass_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ def icon(self):
def svgIconPath(self):
return QgsApplication.iconPath("/providerGrass.svg")

def versionInfo(self):
return GrassUtils.installedVersion() or None

def defaultVectorFileExtension(self, hasGeometry=True):
# By default,'gpkg', but if OGR has not been compiled with sqlite3, then
# we take "SHP"
Expand Down

0 comments on commit adbaa5f

Please sign in to comment.