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
  • Loading branch information
slarosa committed May 31, 2016
1 parent 5773d0d commit 83502c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -289,7 +289,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 83502c5

Please sign in to comment.