Skip to content

Commit

Permalink
[processing] added 'nomodeler' option to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 8, 2014
1 parent 426831b commit 5f42a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -128,6 +128,8 @@ def processParameterLine(self, line):
if '|' in line:
self.processDescriptionParameterLine(line)
return
if line == "nomodeler":
self.showInModeler = False
tokens = line.split('=', 1)
desc = self.createDescriptiveName(tokens[0])
if tokens[1].lower().strip() == 'group':
Expand Down

0 comments on commit 5f42a2f

Please sign in to comment.