mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix execution of script algorithms was not releasing layers/sinks
This commit is contained in:
parent
f82899540e
commit
6654aec6a5
@ -256,6 +256,7 @@ class ScriptAlgorithm(QgsProcessingAlgorithm):
|
||||
self.results = {}
|
||||
for out in self.outputDefinitions():
|
||||
self.results[out.name()] = self.ns[out.name()]
|
||||
del self.ns
|
||||
return True
|
||||
|
||||
def postProcessAlgorithm(self, context, feedback):
|
||||
|
Loading…
x
Reference in New Issue
Block a user