mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Merge pull request #8908 from neteler/patch-76
Complete grass76 support
This commit is contained in:
commit
e3fda18aca
@ -132,8 +132,8 @@ class Grass7Utils:
|
||||
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 @@ class Grass7Utils:
|
||||
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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user