Bug report #15453
TypeError always occurs in closeEvent in AlgorithmDialog.py when run "Refactor fields" tool (QGIS Tool).
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | 2.16.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | worksforme |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23379 |
Description
This is reproduced on
2.16.1-2 Windows x86_64
2.17.0-33 Windows x86_64
Traceback (most recent call last):
File "C:/PROGRA~1/QGISWE~1/apps/qgis-dev/./python/plugins\\processing\\gui\\AlgorithmDialog.py", line 290, in closeEvent
QgsMapLayerRegistry.instance().layerWasAdded.disconnect(self.mainWidget.layerAdded)
TypeError: 'instancemethod' object is not connected
Despite the TypeError, the operation seems successful.
History
#1 Updated by Alexander Bruy over 7 years ago
- Operating System deleted (
Windows x86_64) - Category set to Processing/QGIS
#2 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
- Regression? set to No
#3 Updated by Alexander Bruy over 7 years ago
- Status changed from Open to Closed
- Description updated (diff)
- Resolution set to worksforme
Works fine with latest 2.18 and master. Please reopen if necessary