Skip to content

Commit

Permalink
Update TinSurfaceCreate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spono committed Nov 23, 2015
1 parent 5ec337a commit 4f9244d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -24,6 +24,7 @@
__revision__ = '$Format:%H$'

import os
import subprocess
from processing.core.parameters import ParameterFile
from processing.core.parameters import ParameterNumber
from processing.core.parameters import ParameterSelection
Expand Down Expand Up @@ -92,7 +93,7 @@ def processAlgorithm(self, progress):
commands.extend(files)
FusionUtils.runFusion(commands, progress)
commands = [os.path.join(FusionUtils.FusionPath(), 'DTM2ASCII.exe')]
#commands.append('/raster')
commands.append('/raster')
commands.append(outFile)
commands.append(self.getOutputValue(self.OUTPUT))
p = subprocess.Popen(commands, shell=True)
Expand Down

0 comments on commit 4f9244d

Please sign in to comment.