Skip to content

Commit 83502c5

Browse files
committed
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
1 parent 5773d0d commit 83502c5

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
@@ -289,7 +289,7 @@ def runAlgorithm(algOrName, onFinish, *args, **kwargs):
289289
if kwargs is not None and "progress" in kwargs.keys():
290290
progress = kwargs["progress"]
291291
elif iface is not None:
292-
progress = MessageBarProgress()
292+
progress = MessageBarProgress(alg.name)
293293

294294
ret = runalg(alg, progress)
295295
if ret:

0 commit comments

Comments
 (0)