mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
add support for GRASS 7.4
This commit is contained in:
parent
042f2cd348
commit
618ada7fc1
@ -133,8 +133,8 @@ class Grass7Utils(object):
|
||||
Find GRASS binary path on the operating system.
|
||||
Sets global variable Grass7Utils.command
|
||||
"""
|
||||
cmdList = ["grass73", "grass72", "grass71", "grass70", "grass",
|
||||
"grass73.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
|
||||
cmdList = ["grass74", "grass72", "grass71", "grass70", "grass",
|
||||
"grass74.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
|
||||
|
||||
def searchFolder(folder):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user