Bug report #7171
ftools - ConvexHull not working
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | |
Operating System: | Ubuntu | Easy fix?: | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16223 |
Description
Convex Hull is not working with the latest master version. Nothing happens when I click on the ok button. Traceback below.
Debug: src/core/qgsmessagelog.cpp: 45: (logMessage) 2013-02-17T15:19:40 Python error1 An error has occured while executing Python code:
Traceback (most recent call last):
File "/home/vinayan/gitQgisBuild/output/python/plugins/fTools/tools/doGeoprocessing.py", line 301, in run
geos, feature, match, error = self.convex_hull( useField )
File "/home/vinayan/gitQgisBuild/output/python/plugins/fTools/tools/doGeoprocessing.py", line 467, in convex_hull
writer = QgsVectorFileWriter( self.myName, self.myEncoding, vprovider.fields(),
NameError: global name 'vprovider' is not defined
Python version:
2.7.3 (default, Aug 1 2012, 05:25:23)
[GCC 4.6.3]
Associated revisions
History
#1 Updated by Jürgen Fischer over 11 years ago
- Status changed from Open to Closed
Fixed in changeset ddaded8ebb602b2a2ca3c068974c71ef40b99545.
#2 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.