Skip to content

Commit 61abba8

Browse files
author
gioman
committed
fix GRASS7
1 parent bbb9700 commit 61abba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/Grass7Algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def help(self):
9898
def getParameterDescriptions(self):
9999
descs = {}
100100
try:
101-
helpfile = self.helpFile()
101+
_, helpfile = self.help()
102102
except WrongHelpFileException:
103103
return descs
104104
if helpfile:

0 commit comments

Comments
 (0)