fix GRASS7

This commit is contained in:
gioman 2014-06-24 13:23:17 +01:00
parent bbb9700019
commit 61abba8e30

View File

@ -98,7 +98,7 @@ class Grass7Algorithm(GeoAlgorithm):
def getParameterDescriptions(self):
descs = {}
try:
helpfile = self.helpFile()
_, helpfile = self.help()
except WrongHelpFileException:
return descs
if helpfile: