<div dir="ltr"><div><div>Hi,<br></div>Can anyone else confirm this potential bug? Running a Batch Processing of a model I receive the following Error<br><br></div>'BatchProcessingDialog' object has no attribute 'showDebug' See log for more details<br>
<br>Uncaught error while executing algorithm
<p style="margin:0px;text-indent:0px">Traceback (most recent call last):</p>
<p style="margin:0px;text-indent:0px">Traceback (most recent call last):</p>
<p style="margin:0px;text-indent:0px">  File "G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\core\GeoAlgorithm.py", line 156, in execute</p>
<p style="margin:0px;text-indent:0px">    self.processAlgorithm(progress)</p>
<p style="margin:0px;text-indent:0px">  File "G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\modeler\ModelerAlgorithm.py", line 556, in processAlgorithm</p>
<p style="margin:0px;text-indent:0px">    progress.setDebugInfo("Prepare algorithm %i: %s" % (iAlg, <a href="http://alg.name">alg.name</a>))</p>
<p style="margin:0px;text-indent:0px">  File "G:/QGIS2.0/apps/qgis-dev/./python/plugins\processing\gui\AlgorithmExecutionDialog.py", line 319, in setDebugInfo</p>
<p style="margin:0px;text-indent:0px">    if self.showDebug:</p>
<p style="margin:0px;text-indent:0px">AttributeError: 'BatchProcessingDialog' object has no attribute 'showDebug'</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Cheers,</p>
<p style="margin:0px;text-indent:0px">Bjorn<br></p><br></div>