mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
fix variable
This commit is contained in:
parent
f196c1a617
commit
49ce6fcea6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user