Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 12, 2016
1 parent 229ef29 commit d0e595f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py
Expand Up @@ -41,9 +41,9 @@ def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('DTM to ASCII')
self.group, self.i18n_group = self.trAlgorithm('Points')
self.addParameter(ParameterFile(
self.INPUT, self.tr('Input canopy surface (.dtm)')))
self.INPUT, self.tr('Input canopy surface (.dtm)')))
self.addParameter(ParameterSelection(
self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))
self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))

def processAlgorithm(self, progress):
commands = [os.path.join(FusionUtils.FusionPath(), 'DTM2ASCII.exe')]
Expand Down

0 comments on commit d0e595f

Please sign in to comment.