Igor Oliveira Ribeiro wrote
> "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins\processing\gui\wrappers.py",
> line 806, in value*
> *              return self.widget.value()**             AttributeError:
> 'BatchInputSelectionPanel' object has no attribute 'value'*

Hi Igor,
try to modify line 806 in wrappers.py from

return self.widget.value()

to:

return self.widget.getValue()


Regards.

Andrea





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to