Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Complete grass76 support
  • Loading branch information
neteler committed Jan 19, 2019
1 parent eb7dc59 commit 8db3dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -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):
"""
Expand Down Expand Up @@ -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():
Expand Down

0 comments on commit 8db3dea

Please sign in to comment.