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 57b1618 commit 0272ebcCopy full SHA for 0272ebc
python/plugins/processing/core/Processing.py
@@ -86,7 +86,7 @@ def addProvider(provider, updateList=True):
86
"""Use this method to add algorithms from external providers.
87
"""
88
89
- if provider.getName() in [p.getName for p in algList.providers]:
+ if provider.getName() in [p.getName() for p in algList.providers]:
90
return
91
try:
92
provider.initializeSettings()
0 commit comments