Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored Jul 12, 2024
1 parent ea03c98 commit 155298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/grassprovider/Grass7AlgorithmProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def svgIconPath(self):
return QgsApplication.iconPath("/providerGrass.svg")

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

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

0 comments on commit 155298a

Please sign in to comment.