Bug report #6151
fTools crashes when trying to display an error message
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| 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 #: | 15475 |
Description
fTools crashes when trying to display the error message below:
File tools/doMergeShapes.py, line 130, in accept
QMessageBox.warning( self, self.tr( "Delete error" ), self.tr( "Can't delete file %1" ).arg( outFileName ) )
NameError: global name 'outFileName' is not defined
Very easy fix.
Associated revisions
History
#1
Updated by Alexander Bruy about 13 years ago
- Status changed from Open to Closed
Fixed in changeset 3305ccda50c3e64ed85ffc6d90ecc6f74f553b74.
#2
Updated by Alexander Bruy about 13 years ago
- Resolution set to fixed
#3
Updated by Giovanni Manghi over 8 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.