Skip to content

Commit

Permalink
[processing] add again the algorithm name after being removed mistake…
Browse files Browse the repository at this point in the history
…nly in 507aeb0

(cherry-picked from 83502c5)
  • Loading branch information
slarosa committed Jun 1, 2016
1 parent f844d6b commit 56d5046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -358,7 +358,7 @@ def runAlgorithm(algOrName, onFinish, *args, **kwargs):
if kwargs is not None and "progress" in kwargs.keys():
progress = kwargs["progress"]
elif iface is not None:
progress = MessageBarProgress()
progress = MessageBarProgress(alg.name)

ret = runalg(alg, progress)
if ret:
Expand Down

0 comments on commit 56d5046

Please sign in to comment.