mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[Processing] Don't fill empty fields in batch mode with 0.
Should fix #12119
This commit is contained in:
parent
16f309b617
commit
f6d533a807
@ -144,7 +144,6 @@ class BatchPanel(QWidget, Ui_Form):
|
||||
try:
|
||||
item.setText(str(param.default))
|
||||
except:
|
||||
item.setText("0")
|
||||
pass
|
||||
|
||||
return item
|
||||
|
Loading…
x
Reference in New Issue
Block a user