Skip to content

Commit

Permalink
[processing] allow manually add scripts to scripts provider
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 27, 2015
1 parent 4b853bf commit 0a21d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/script/ScriptAlgorithmProvider.py
Expand Up @@ -76,3 +76,6 @@ def getDescription(self):
def _loadAlgorithms(self):
folder = ScriptUtils.scriptsFolder()
self.algs = ScriptUtils.loadFromFolder(folder)

def addAlgorithmsFromFolder(self, folder)
self.algs.extend(ScriptUtils.loadFromFolder(folder))

0 comments on commit 0a21d91

Please sign in to comment.