mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04: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.
|
Find GRASS binary path on the operating system.
|
||||||
Sets global variable Grass7Utils.command
|
Sets global variable Grass7Utils.command
|
||||||
"""
|
"""
|
||||||
cmdList = ["grass73", "grass72", "grass71", "grass70", "grass",
|
cmdList = ["grass74", "grass72", "grass71", "grass70", "grass",
|
||||||
"grass73.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
|
"grass74.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
|
||||||
|
|
||||||
def searchFolder(folder):
|
def searchFolder(folder):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user