Bug report #11876
Processing: python error in batch mode GUI (QGIS master)
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Victor Olaya | ||
Category: | Processing/GUI | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20090 |
Description
When double clicking the column names in the batch mode GUI, in QGIS master now a python error shows
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/gui/BatchPanel.py", line 196, in fillParameterValues
self.tblParameters.cellWidget(row, col).setCurrentIndex(widgetValue)
NameError: global name 'col' is not defined
not allowing to auto-fill all the rows with the value of the first one.
Master is affected.
Related issues
Associated revisions
[processing] fix column autofill in batch mode (fix #11876)
History
#1 Updated by Alexander Bruy almost 10 years ago
- Status changed from Open to Closed
Fixed in changeset e31027c8401ce6bb48f65736b260da1d51c7d270.
#2 Updated by Alexander Bruy almost 10 years ago
- Resolution set to fixed/implemented