Skip to content

Commit

Permalink
[processing] more correct handling of nomodeler tag in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 10, 2014
1 parent 7d4659d commit 7f434a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -130,6 +130,7 @@ def processParameterLine(self, line):
return
if line == "nomodeler":
self.showInModeler = False
return
tokens = line.split('=', 1)
desc = self.createDescriptiveName(tokens[0])
if tokens[1].lower().strip() == 'group':
Expand Down

0 comments on commit 7f434a0

Please sign in to comment.