Skip to content

Commit e079483

Browse files
author
volayaf
committedApr 16, 2012
fixed indentation in OTBAlgorithm
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@105 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 3eaa0bc commit e079483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sextante/otb/OTBAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def processAlgorithm(self, progress):
8383
commands.append(param.name)
8484
commands.append(str(param.value.replace(";"," ")))
8585
elif isinstance(param, ParameterSelection):
86-
commands.append(param.name)
86+
commands.append(param.name)
8787
idx = int(param.value)
8888
commands.append(str(param.options[idx]))
8989
elif isinstance(param, ParameterBoolean):

0 commit comments

Comments
 (0)
Please sign in to comment.