Skip to content

Commit

Permalink
[sextante] fixed problem in otb with filepaths containing whitespaces.
Browse files Browse the repository at this point in the history
Removed outdated otb descriptions
  • Loading branch information
volaya committed Apr 26, 2013
1 parent f384277 commit 4065d57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion python/plugins/sextante/otb/OTBAlgorithm.py
Expand Up @@ -159,7 +159,7 @@ def processAlgorithm(self, progress):

for out in self.outputs:
commands.append(out.name)
commands.append(out.value)
commands.append('"' + out.value + '"')
for roiInput, roiFile in self.roiRasters.items():
startX, startY = float(self.roiValues[0]), float(self.roiValues[1])
sizeX = float(self.roiValues[2]) - startX
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4065d57

Please sign in to comment.