diff --git a/python/plugins/processing/algs/grass7/Grass7Utils.py b/python/plugins/processing/algs/grass7/Grass7Utils.py index e12b0c41b3ff..6be741765e0f 100644 --- a/python/plugins/processing/algs/grass7/Grass7Utils.py +++ b/python/plugins/processing/algs/grass7/Grass7Utils.py @@ -132,8 +132,8 @@ def grassBin(): Find GRASS binary path on the operating system. Sets global variable Grass7Utils.command """ - cmdList = ["grass74", "grass72", "grass71", "grass70", "grass", - "grass74.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"] + cmdList = ["grass76", "grass74", "grass72", "grass70", "grass", + "grass76.sh", "grass74.sh", "grass72.sh", "grass70.sh", "grass.sh"] def searchFolder(folder): """ @@ -544,7 +544,7 @@ def grassHelpPath(): return 'https://grass.osgeo.org/grass{}/manuals/'.format(version) else: # GRASS not available! - return 'https://grass.osgeo.org/grass72/manuals/' + return 'https://grass.osgeo.org/grass76/manuals/' @staticmethod def getSupportedOutputRasterExtensions():