[Qgis-user] Error in processing Extract by attribute algorithm
samuelmesa at gmail.com
samuelmesa at gmail.com
Tue Mar 11 19:34:47 PDT 2014
Hi, Extract by attribute algorithm in Processing reports the following
error:
Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File
"C:/OSGeo4W/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py",
line 202, in execute
self.processAlgorithm(progress)
File
"C:/OSGeo4W/apps/qgis/./python/plugins\processing\algs\mmqgisx\MMQGISXAlgorithms.py",
line 1150, in processAlgorithm
output = self.getOutputFromName(self.OUTPUT)
AttributeError: mmqgisx_extract_algorithm instance has no attribute 'OUTPUT'
I think you should change the line in 1149 [1] by:
output = self.getOutputFromName (self.RESULT)
[1]
https://github.com/qgis/QGIS/blob/021c7e60777339d656f22c984b9d7af2f6382636/python/plugins/processing/algs/mmqgisx/MMQGISXAlgorithms.py#L1149
regards,
Samuel Mesa
--
---
.~.
/ v \
// \\
/( )\
^`~'^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140311/aa21ba0c/attachment.html>
More information about the Qgis-user
mailing list