Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
qgib opened this issue Nov 14, 2010 · 2 comments
Closed

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

qgib opened this issue Nov 14, 2010 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Nov 14, 2010

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 3210

Redmine category:python_plugins
Assignee: Alexander Bruy


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'

@qgib
Copy link
Contributor Author

qgib commented Nov 14, 2010

Author Name: Alexander Bruy (@alexbruy)


  • status_id was changed from Open to In Progress

@qgib
Copy link
Contributor Author

qgib commented Nov 14, 2010

Author Name: Alexander Bruy (@alexbruy)


Fixed in 209fa1b (SVN r14635). Also fixed in separate [[MergeShapes]] plugin.


  • resolution was configured as fixed
  • status_id was changed from In Progress to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib added this to the Version 1.7.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant