Skip to content

Commit 7f434a0

Browse files
committedJun 10, 2014
[processing] more correct handling of nomodeler tag in scripts
1 parent 7d4659d commit 7f434a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/script/ScriptAlgorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def processParameterLine(self, line):
130130
return
131131
if line == "nomodeler":
132132
self.showInModeler = False
133+
return
133134
tokens = line.split('=', 1)
134135
desc = self.createDescriptiveName(tokens[0])
135136
if tokens[1].lower().strip() == 'group':

0 commit comments

Comments
 (0)
Please sign in to comment.