Bug report #12001
Processing "Keep n biggest parts" tool fails if n>=2
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20205 |
Description
Python error is
Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 234, in execute
self.processAlgorithm(progress)
File "/usr/share/qgis/python/plugins/processing/script/ScriptAlgorithm.py", line 264, in processAlgorithm
exec(script) in ns
File "<string>", line 37, in <module>
TypeError: 'int' object is not iterable
Associated revisions
History
#1 Updated by Alexandre Neto almost 10 years ago
I have created a patch for this, please check the following pull request:
#2 Updated by Alexander Bruy almost 10 years ago
- Status changed from Open to Closed
Fixed in changeset cd556e6543c59efb9991889a033e95315be3ac01.
#3 Updated by Giovanni Manghi almost 10 years ago
- Resolution set to fixed/implemented