Skip to content

Commit

Permalink
Merge pull request #1487 from gioman/fixgrass7
Browse files Browse the repository at this point in the history
[processing] Fix GRASS7 Grass7Algorithm.py to avoid error when opening modules
  • Loading branch information
alexbruy committed Jun 24, 2014
2 parents 2fc5ce3 + 61abba8 commit a1202be
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 a1202be

Please sign in to comment.