Skip to content

Commit

Permalink
[sextante] fixed #7318
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Mar 11, 2013
1 parent 03c5998 commit a57965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/otb/OTBAlgorithm.py
Expand Up @@ -132,7 +132,7 @@ def processAlgorithm(self, progress):
self.roiVectors[param.value] = roiFile
else:
commands.append(param.value)
if isinstance(param, ParameterRaster):
elif isinstance(param, ParameterRaster):
commands.append(param.name)
if self.hasROI:
roiFile = SextanteUtils.getTempFilename('tif')
Expand Down

0 comments on commit a57965d

Please sign in to comment.