Skip to content

Commit 8f1271b

Browse files
author
julien.malik@gmail.com
committedApr 14, 2012
fix modeler (from G. Sucameli)
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@94 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent b25bf6f commit 8f1271b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/sextante/modeler/ModelerAlgorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def getOutputType(self, i, outname):
263263

264264

265265
def getAsPythonCode(self):
266-
return
267266
s = []
268267
for param in self.parameters:
269268
s.append(str(param.getAsScriptCode().lower()))

0 commit comments

Comments
 (0)
Please sign in to comment.