Skip to content

Commit 56d5046

Browse files
committed
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
(cherry-picked from 83502c5)
1 parent f844d6b commit 56d5046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/core/Processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def runAlgorithm(algOrName, onFinish, *args, **kwargs):
358358
if kwargs is not None and "progress" in kwargs.keys():
359359
progress = kwargs["progress"]
360360
elif iface is not None:
361-
progress = MessageBarProgress()
361+
progress = MessageBarProgress(alg.name)
362362

363363
ret = runalg(alg, progress)
364364
if ret:

0 commit comments

Comments
 (0)