Processing/QGIS LTR: error when removing temp layers or when closing project with temp layers #23815
Labels
Bug
Either a bug report, or a bug fix. Let's hope for the latter!
Processing
Relating to QGIS Processing framework or individual Processing algorithms
Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 15897
Affected QGIS version: 2.14.9
Redmine category:processing/core
Assignee: Victor Olaya
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 433, in updateDependentFields
self.alg.getParameterFromName(child).datatype))
File "/usr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 444, in getFields
for field in layer.pendingFields():
AttributeError: 'NoneType' object has no attribute 'pendingFields'
is pretty easy to replicate (I had it on both Linux and Windows).
Does not seems to happen on 2.18
The text was updated successfully, but these errors were encountered: