Bug report #9768
Error in processing Extract by attribute algorithm
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | |||
| Category: | Processing/Core | ||
| Affected QGIS version: | 2.2.0 | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 18310 |
Description
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)
Associated revisions
[processing] fix MMQGIS Extract by attribute (fix #9768)
History
#1
Updated by Samuel Fernando Mesa Giraldo over 11 years ago
- File patch-mmqgisx-extract_by_attribute.patch
added
Attached the patch changes.
#2
Updated by Alexander Bruy over 11 years ago
- Status changed from Open to Closed
Fixed in changeset 4ffdef489367e34080ac43755a92554b4bfbdf23.
#3
Updated by Giovanni Manghi over 10 years ago
- Category changed from 94 to Processing/Core