Skip to content

Commit

Permalink
Do not delete outputs of alg
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet committed Sep 22, 2021
1 parent 8af1fae commit f196c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/grassprovider/ext/v_rectify.py
Expand Up @@ -48,4 +48,4 @@ def processCommand(alg, parameters, context, feedback):
alg.removeParameter('inline_points')
parameters['points'] = tempPoints

alg.processCommand(parameters, context, feedback, True)
alg.processCommand(parameters, context, feedback)

0 comments on commit f196c1a

Please sign in to comment.