Skip to content

Commit 33e939c

Browse files
authoredNov 18, 2017
Merge pull request #5642 from NaturalGIS/2_18_grass74_support
[processing] add GRASS74 support
2 parents de9d0b8 + c56e29e commit 33e939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def installedVersion(run=False):
8484
if Grass7Utils.grassPath() is None:
8585
return None
8686

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

0 commit comments

Comments
 (0)
Please sign in to comment.