Skip to content

Commit 29c8f7c

Browse files
authoredNov 16, 2017
Merge pull request #5641 from NaturalGIS/master
[processing] add support for GRASS 7.4
2 parents 7c08b71 + 618ada7 commit 29c8f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

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

139139
def searchFolder(folder):
140140
"""

0 commit comments

Comments
 (0)