mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
This commit is contained in:
parent
5773d0d51b
commit
83502c55b3
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user