Skip to content

Commit

Permalink
Merge pull request #5641 from NaturalGIS/master
Browse files Browse the repository at this point in the history
[processing] add support for GRASS 7.4
  • Loading branch information
alexbruy committed Nov 16, 2017
2 parents 7c08b71 + 618ada7 commit 29c8f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -133,8 +133,8 @@ def grassBin():
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):
"""
Expand Down

0 comments on commit 29c8f7c

Please sign in to comment.