Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alexbruy committed Mar 16, 2017
1 parent efa9935 commit 394b4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/AlgorithmsTestBase.py
Expand Up @@ -93,7 +93,7 @@ def check_algorithm(self, name, defs):

params = self.load_params(defs['params'])

if defs['algorithm'].startswith('scrips:'):
if defs['algorithm'].startswith('script:'):
filePath = os.path.join(processingTestDataPath(), 'scripts', '{}.py'.format(defs['algorithm'][len('script:'):]))
alg = ScriptAlgorithm(filePath)
else:
Expand Down

0 comments on commit 394b4f1

Please sign in to comment.