mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix GRASS7
This commit is contained in:
parent
bbb9700019
commit
61abba8e30
@ -98,7 +98,7 @@ class Grass7Algorithm(GeoAlgorithm):
|
||||
def getParameterDescriptions(self):
|
||||
descs = {}
|
||||
try:
|
||||
helpfile = self.helpFile()
|
||||
_, helpfile = self.help()
|
||||
except WrongHelpFileException:
|
||||
return descs
|
||||
if helpfile:
|
||||
|
Loading…
x
Reference in New Issue
Block a user