mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fixed issue when running models in a batch process
Fixes #11438
This commit is contained in:
parent
b1e7ede36b
commit
de91734fc8
@ -176,6 +176,7 @@ class ProcessingToolbox(QDockWidget, Ui_ProcessingToolbox):
|
||||
item = self.algorithmTree.currentItem()
|
||||
if isinstance(item, TreeAlgorithmItem):
|
||||
alg = Processing.getAlgorithm(item.alg.commandLineName())
|
||||
alg = alg.getCopy()
|
||||
dlg = BatchProcessingDialog(alg)
|
||||
dlg.exec_()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user