We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c714a commit 0af7006Copy full SHA for 0af7006
python/plugins/processing/core/Processing.py
@@ -106,8 +106,8 @@ def removeProvider(provider):
106
try:
107
provider.unload()
108
Processing.providers.remove(provider)
109
- ProcessingConfig.readSettings()
110
- Processing.updateAlgsList()
+ del Processing.algs[provider.getName()]
+ Processing.fireAlgsListHasChanged()
111
except:
112
# This try catch block is here to avoid problems if the
113
# plugin with a provider is unloaded after the Processing
0 commit comments