Bug report #11876

Processing: python error in batch mode GUI (QGIS master)

Added by Giovanni Manghi over 9 years ago. Updated over 9 years ago.

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

Related to QGIS Application - Bug report #11877: Processing/master: default parameters are not retained in... Closed 2014-12-17

Associated revisions

Revision e31027c8
Added by Alexander Bruy over 9 years ago

[processing] fix column autofill in batch mode (fix #11876)

History

#1 Updated by Alexander Bruy over 9 years ago

  • Status changed from Open to Closed

#2 Updated by Alexander Bruy over 9 years ago

  • Resolution set to fixed/implemented

Also available in: Atom PDF