mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fixed console description of models and scripts
This commit is contained in:
parent
00cb6800aa
commit
23100464d4
@ -61,6 +61,7 @@ def algoptions(name):
|
||||
def alghelp(name):
|
||||
alg = Processing.getAlgorithm(name)
|
||||
if alg is not None:
|
||||
alg = alg.getCopy()
|
||||
print str(alg)
|
||||
algoptions(name)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user