fix variable

This commit is contained in:
nicogodet 2021-09-22 08:37:48 +02:00
parent f196c1a617
commit 49ce6fcea6

View File

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