mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Merge pull request #30407 from All4Gis/master
[processing] Fix exception in BatchInputSelectionPanel
This commit is contained in:
commit
d0926f96c5
@ -1009,7 +1009,7 @@ class MapLayerWidgetWrapper(WidgetWrapper):
|
||||
if self.dialogType == DIALOG_STANDARD:
|
||||
return self.combo.value()
|
||||
elif self.dialogType == DIALOG_BATCH:
|
||||
return self.widget.value()
|
||||
return self.widget.getValue()
|
||||
else:
|
||||
def validator(v):
|
||||
if not bool(v):
|
||||
|
Loading…
x
Reference in New Issue
Block a user