Bug report #2725

Split vector layer, can't choose output folder

Added by Luís Ferreira almost 14 years ago. Updated almost 14 years ago.

Status:Closed
Priority:Low
Assignee:cfarmer -
Category:Python plugins
Affected QGIS version: Regression?:No
Operating System:Debian Easy fix?:No
Pull Request or Patch supplied: Resolution:fixed
Crashes QGIS or corrupts data: Copied to github as #:12785

Description

Using Vector > Data management tools > Split vector layer, when choosing the output folder only appear an option to save an output shapefile.

An error has occured while executing Python code:

Traceback (most recent call last):
File "/usr/local/share/qgis/python/plugins/fTools/tools/doVectorSplit.py", line 72, in accept
outPath = QString(self.folderName)
AttributeError: 'Dialog' object has no attribute 'folderName'

Python version:
2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]

QGIS version:
1.5.0-Trunk Trunk, 13516

fix_2725.diff.bz2 - patch (883 Bytes) Alexander Bruy, 2010-05-18 07:42 AM

Associated revisions

Revision 37a82ab8
Added by cfarmer - almost 14 years ago

Fix output folder selection for split vector layers tool. Patch from alexbruy. Fixes #2725.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c

Revision a7a8a299
Added by cfarmer - almost 14 years ago

Fix output folder selection for split vector layers tool. Patch from alexbruy. Fixes #2725.

git-svn-id: http://svn.osgeo.org/qgis/trunk@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c

History

#1 Updated by Alexander Bruy almost 14 years ago

Seems that is my mistake. Here is fix for this bug

#2 Updated by cfarmer - almost 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Fixed in a7a8a299 (SVN r13528).

Thanks for the quick fix Alexander!

Carson

#3 Updated by Luís Ferreira almost 14 years ago

Thank you :)

Luís

Also available in: Atom PDF