Skip to content

Commit

Permalink
add GRASS74 support in QGIS 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Nov 15, 2017
1 parent 26e4d4f commit c56e29e
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 c56e29e

Please sign in to comment.