mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
parent
d207251251
commit
f10b62c380
@ -97,7 +97,7 @@ class AlgorithmDialog(QgsProcessingAlgorithmDialogBase):
|
||||
|
||||
def runAsBatch(self):
|
||||
self.close()
|
||||
dlg = BatchAlgorithmDialog(self.algorithm(), parent=iface.mainWindow())
|
||||
dlg = BatchAlgorithmDialog(self.algorithm().create(), parent=iface.mainWindow())
|
||||
dlg.show()
|
||||
dlg.exec_()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user