mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix exception when running alg with no parameters from toolbox
This commit is contained in:
parent
9e36fd9c6d
commit
34a8c8aab8
@ -299,7 +299,7 @@ class ProcessingToolbox(BASE, WIDGET):
|
||||
context = dataobjects.createContext(feedback)
|
||||
parameters = {}
|
||||
ret, results = execute(alg, parameters, context, feedback)
|
||||
handleAlgorithmResults(alg, parameters, context, feedback)
|
||||
handleAlgorithmResults(alg, context, feedback)
|
||||
feedback.close()
|
||||
if isinstance(item, TreeActionItem):
|
||||
action = item.action
|
||||
|
Loading…
x
Reference in New Issue
Block a user