Skip to content

Commit b90ec83

Browse files
committedMay 23, 2016
[processing] keep parameter in addProvider method for backwards compatibility
1 parent e6b76c4 commit b90ec83

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
@@ -71,7 +71,7 @@ class Processing:
7171
contextMenuActions = []
7272

7373
@staticmethod
74-
def addProvider(provider):
74+
def addProvider(provider, update=True):
7575
"""Use this method to add algorithms from external providers.
7676
"""
7777

0 commit comments

Comments
 (0)
Please sign in to comment.