From 83502c55b327e39ccdce7bc9a7656a1010ed02a5 Mon Sep 17 00:00:00 2001 From: Salvatore Larosa Date: Tue, 31 May 2016 15:56:21 +0200 Subject: [PATCH] [processing] add again the algorithm name after being removed mistakenly in 507aeb0 --- python/plugins/processing/core/Processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/core/Processing.py b/python/plugins/processing/core/Processing.py index 3e233775560..5e911d65123 100644 --- a/python/plugins/processing/core/Processing.py +++ b/python/plugins/processing/core/Processing.py @@ -289,7 +289,7 @@ class Processing: 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: