Skip to content

Commit 09c8239

Browse files
committed
[processing] fixed missing colon in function definition
1 parent 17e1bd6 commit 09c8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/script/ScriptAlgorithmProvider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ def _loadAlgorithms(self):
7777
folder = ScriptUtils.scriptsFolder()
7878
self.algs = ScriptUtils.loadFromFolder(folder)
7979

80-
def addAlgorithmsFromFolder(self, folder)
80+
def addAlgorithmsFromFolder(self, folder):
8181
self.algs.extend(ScriptUtils.loadFromFolder(folder))

0 commit comments

Comments
 (0)