Navigation Menu

Skip to content

Commit

Permalink
fix processing MessageBarProgress initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 25, 2017
1 parent be7d17e commit d8ed8f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/gui/MessageBarProgress.py
Expand Up @@ -37,6 +37,8 @@
class MessageBarProgress(QgsProcessingFeedback):

def __init__(self, algname=None):
QgsProcessingFeedback.__init__(self)

self.msg = []
self.progressMessageBar = \
iface.messageBar().createMessage(self.tr('Executing algorithm <i>{0}</i>'.format(algname if algname else '')))
Expand Down

0 comments on commit d8ed8f4

Please sign in to comment.