Skip to content

Commit

Permalink
fix modeler (from G. Sucameli)
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@94 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
julien.malik@gmail.com committed Apr 14, 2012
1 parent b25bf6f commit 8f1271b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sextante/modeler/ModelerAlgorithm.py
Expand Up @@ -263,7 +263,6 @@ def getOutputType(self, i, outname):


def getAsPythonCode(self):
return
s = []
for param in self.parameters:
s.append(str(param.getAsScriptCode().lower()))
Expand Down

0 comments on commit 8f1271b

Please sign in to comment.