Bug report #7335
sum line lengths broken in master
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | |
Operating System: | Easy fix?: | ||
Pull Request or Patch supplied: | No | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16320 |
Description
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/fTools/tools/doSumLines.py", line 79, in accept
self.compute(inPoly, inLns, inField, outPath, self.progressBar)
File "/usr/share/qgis/python/plugins/fTools/tools/doSumLines.py", line 106, in compute
index = polyProvider.fieldCount()
AttributeError: 'QgsVectorDataProvider' object has no attribute 'fieldCount'
probably any other tool in the vector menu is broken.
Associated revisions
fix Sum line length tool after API changes (fix #7335)
History
#1 Updated by Alexander Bruy over 11 years ago
- Status changed from Open to Closed
Fixed in changeset a57aa0c9a481d26317d4e5f139e1f8f638341cf8.
#2 Updated by Alexander Bruy over 11 years ago
- Resolution set to fixed
#3 Updated by Giovanni Manghi over 7 years ago
The "ftools" category is being removed from the tracker, changing the category of this ticket to "Processing/QGIS" to not leave the category orphaned.