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():
|
||||
progress = kwargs["progress"]
|
||||
elif iface is not None:
|
||||
progress = MessageBarProgress()
|
||||
progress = MessageBarProgress(alg.name)
|
||||
|
||||
ret = runalg(alg, progress)
|
||||
if ret:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user