Skip to content

Commit

Permalink
Show GRASS version info in Processing logs
Browse files Browse the repository at this point in the history
Fixes #55163
  • Loading branch information
nyalldawson committed Jul 12, 2024
1 parent 711c75d commit 495a193
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 495a193

Please sign in to comment.