mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #7180 from luipir/processing_optional_value_default_in_batch_fix19115
[processing] Correct management of optional rasters in batch mode. Fixes #19115
This commit is contained in:
commit
b2fce7364d
@ -183,7 +183,7 @@ class BatchInputSelectionPanel(QWidget):
|
||||
self.valueChanged.emit()
|
||||
|
||||
def value(self):
|
||||
return self._value
|
||||
return self._value if self._value else None
|
||||
|
||||
def setValue(self, value):
|
||||
self._value = value
|
||||
|
Loading…
x
Reference in New Issue
Block a user