Hi,
Can anyone else confirm this potential bug? Running a Batch Processing of a
model I receive the following Error

'BatchProcessingDialog' object has no attribute 'showDebug' See log for
more details

Uncaught error while executing algorithm

Traceback (most recent call last):

Traceback (most recent call last):

File
"G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\core\GeoAlgorithm.py",
line 156, in execute

self.processAlgorithm(progress)

File
"G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\modeler\ModelerAlgorithm.py",
line 556, in processAlgorithm

progress.setDebugInfo("Prepare algorithm %i: %s" % (iAlg, alg.name))

File
"G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\gui\AlgorithmExecutionDialog.py",
line 319, in setDebugInfo

if self.showDebug:

AttributeError: 'BatchProcessingDialog' object has no attribute 'showDebug'


Cheers,

Bjorn
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to