Bug report #18066
Updated by Jürgen Fischer about 7 years ago
After an exception in a python processing provider plugin (a work in progress, not a core provider), the following traceback is shown:
<pre>
2018-02-09T15:30:27 WARNING Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 321, in executeAlgorithm
feedback = MessageBarProgress()
File "/usr/share/qgis/python/plugins/processing/gui/MessageBarProgress.py", line 49, in __init__
iface.messageBar().INFO)
AttributeError: 'QgsMessageBar' object has no attribute 'INFO'
</pre>
Probably related to commit:3dc3d9d1b22f38cdccedb72683c077a219cda021 https://github.com/qgis/QGIS/commit/3dc3d9d1b22f38cdccedb72683c077a219cda021
<pre>
2018-02-09T15:30:27 WARNING Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 321, in executeAlgorithm
feedback = MessageBarProgress()
File "/usr/share/qgis/python/plugins/processing/gui/MessageBarProgress.py", line 49, in __init__
iface.messageBar().INFO)
AttributeError: 'QgsMessageBar' object has no attribute 'INFO'
</pre>
Probably related to commit:3dc3d9d1b22f38cdccedb72683c077a219cda021 https://github.com/qgis/QGIS/commit/3dc3d9d1b22f38cdccedb72683c077a219cda021