[processing] add again the algorithm name after being removed mistakenly in 507aeb0

This commit is contained in:
Salvatore Larosa 2016-05-31 15:56:21 +02:00
parent 5773d0d51b
commit 83502c55b3

View File

@ -289,7 +289,7 @@ class Processing:
if kwargs is not None and "progress" in kwargs.keys(): if kwargs is not None and "progress" in kwargs.keys():
progress = kwargs["progress"] progress = kwargs["progress"]
elif iface is not None: elif iface is not None:
progress = MessageBarProgress() progress = MessageBarProgress(alg.name)
ret = runalg(alg, progress) ret = runalg(alg, progress)
if ret: if ret: