Skip to content

Commit c832613

Browse files
committed
[BUGFIX][Processing] updateAlgsList
1 parent 1766269 commit c832613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/core/Processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def updateAlgsList():
181181
"""
182182
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
183183
for p in Processing.providers:
184-
Processing.reloadProvider(p)
184+
Processing.reloadProvider(p.getName())
185185
QApplication.restoreOverrideCursor()
186186

187187
@staticmethod

0 commit comments

Comments
 (0)