Skip to content

Commit

Permalink
fix GRASS7
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Jun 24, 2014
1 parent bbb9700 commit 61abba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Algorithm.py
Expand Up @@ -98,7 +98,7 @@ def help(self):
def getParameterDescriptions(self):
descs = {}
try:
helpfile = self.helpFile()
_, helpfile = self.help()
except WrongHelpFileException:
return descs
if helpfile:
Expand Down

0 comments on commit 61abba8

Please sign in to comment.