Skip to content

Commit e3fda18

Browse files
authoredJan 20, 2019
Merge pull request #8908 from neteler/patch-76
Complete grass76 support
2 parents eb7dc59 + 8db3dea commit e3fda18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/plugins/processing/algs/grass7/Grass7Utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def grassBin():
132132
Find GRASS binary path on the operating system.
133133
Sets global variable Grass7Utils.command
134134
"""
135-
cmdList = ["grass74", "grass72", "grass71", "grass70", "grass",
136-
"grass74.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
135+
cmdList = ["grass76", "grass74", "grass72", "grass70", "grass",
136+
"grass76.sh", "grass74.sh", "grass72.sh", "grass70.sh", "grass.sh"]
137137

138138
def searchFolder(folder):
139139
"""
@@ -544,7 +544,7 @@ def grassHelpPath():
544544
return 'https://grass.osgeo.org/grass{}/manuals/'.format(version)
545545
else:
546546
# GRASS not available!
547-
return 'https://grass.osgeo.org/grass72/manuals/'
547+
return 'https://grass.osgeo.org/grass76/manuals/'
548548

549549
@staticmethod
550550
def getSupportedOutputRasterExtensions():

0 commit comments

Comments
 (0)
Please sign in to comment.