Navigation Menu

Skip to content

Commit

Permalink
[processing] fixed console description of models and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jan 22, 2015
1 parent 00cb680 commit 2310046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/tools/general.py
Expand Up @@ -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:
Expand Down

0 comments on commit 2310046

Please sign in to comment.