Navigation Menu

Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet committed Sep 22, 2021
1 parent f196c1a commit 49ce6fc
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 @@ -46,6 +46,6 @@ def processCommand(alg, parameters, context, feedback):
with open(pointsName, "w") as tempPoints:
tempPoints.write(inlinePoints)
alg.removeParameter('inline_points')
parameters['points'] = tempPoints
parameters['points'] = pointsName

alg.processCommand(parameters, context, feedback)

0 comments on commit 49ce6fc

Please sign in to comment.