[processing] fixed console description of models and scripts

This commit is contained in:
volaya 2015-01-22 13:23:08 +01:00
parent 00cb6800aa
commit 23100464d4

View File

@ -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: