Skip to content

Commit

Permalink
Merge pull request #5642 from NaturalGIS/2_18_grass74_support
Browse files Browse the repository at this point in the history
[processing] add GRASS74 support
  • Loading branch information
alexbruy committed Nov 18, 2017
2 parents de9d0b8 + c56e29e commit 33e939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -84,7 +84,7 @@ def installedVersion(run=False):
if Grass7Utils.grassPath() is None:
return None

for command in ["grass73", "grass72", "grass71", "grass70", "grass"]:
for command in ["grass74", "grass72", "grass71", "grass70", "grass"]:
proc = subprocess.Popen(
["{} -v".format(command)],
shell=True,
Expand Down

0 comments on commit 33e939c

Please sign in to comment.