mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix python error
This commit is contained in:
parent
08b189df89
commit
feacb76300
@ -104,7 +104,7 @@ class BatchAlgorithmDialog(AlgorithmDialogBase):
|
||||
count_visible_outputs += 1
|
||||
widget = self.mainWidget.tblParameters.cellWidget(row, col)
|
||||
text = widget.getValue()
|
||||
if param.checkValueIsAcceptable(text, context):
|
||||
if out.checkValueIsAcceptable(text, context):
|
||||
if isinstance(out, (QgsProcessingParameterRasterDestination,
|
||||
QgsProcessingParameterFeatureSink)):
|
||||
# load rasters and sinks on completion
|
||||
|
Loading…
x
Reference in New Issue
Block a user