Skip to content

Commit

Permalink
add support for GRASS 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Nov 15, 2017
1 parent 042f2cd commit 618ada7
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 618ada7

Please sign in to comment.