Bug report #3210

ftools: python error when no output file is choosen in the "merge" tool

Added by Giovanni Manghi over 13 years ago. Updated over 13 years ago.

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

Description

In the "merge shapefiles" tool, if no output is defined, then the tool throws


An error has occured while executing Python code:

Traceback (most recent call last):
  File "/usr/share/qgis/python/plugins/fTools/tools/doMergeShapes.py", line 99, in accept
    outFile = QFile( self.outFileName )
[[AttributeError]]: 'Dialog' object has no attribute 'outFileName'

Associated revisions

Revision a1454791
Added by Alexander Bruy over 13 years ago

Add warning when no output file selected in the Merge tool in fTools. Fix #3210

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

Revision 209fa1bb
Added by Alexander Bruy over 13 years ago

Add warning when no output file selected in the Merge tool in fTools. Fix #3210

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

History

#1 Updated by Alexander Bruy over 13 years ago

  • Status changed from Open to In Progress

#2 Updated by Alexander Bruy over 13 years ago

  • Resolution set to fixed
  • Status changed from In Progress to Closed

Fixed in 209fa1bb (SVN r14635). Also fixed in separate MergeShapes plugin.

Also available in: Atom PDF