[Qgis-user] Error using r.report with batch process

Andrea Giudiceandrea andreaerdna at libero.it
Sat Oct 31 09:22:55 PDT 2020


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


More information about the Qgis-user mailing list