Navigation Menu

Skip to content

Commit

Permalink
[processing] keep parameter in addProvider method for backwards compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
volaya committed May 23, 2016
1 parent e6b76c4 commit b90ec83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -71,7 +71,7 @@ class Processing:
contextMenuActions = []

@staticmethod
def addProvider(provider):
def addProvider(provider, update=True):
"""Use this method to add algorithms from external providers.
"""

Expand Down

0 comments on commit b90ec83

Please sign in to comment.