Skip to content

Commit a57965d

Browse files
committedMar 11, 2013
[sextante] fixed #7318
1 parent 03c5998 commit a57965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/sextante/otb/OTBAlgorithm.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def processAlgorithm(self, progress):
132132
self.roiVectors[param.value] = roiFile
133133
else:
134134
commands.append(param.value)
135-
if isinstance(param, ParameterRaster):
135+
elif isinstance(param, ParameterRaster):
136136
commands.append(param.name)
137137
if self.hasROI:
138138
roiFile = SextanteUtils.getTempFilename('tif')

0 commit comments

Comments
 (0)
Please sign in to comment.