Skip to content

Commit d0e595f

Browse files
committedFeb 12, 2016
Indentation
1 parent 229ef29 commit d0e595f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def defineCharacteristics(self):
4141
self.name, self.i18n_name = self.trAlgorithm('DTM to ASCII')
4242
self.group, self.i18n_group = self.trAlgorithm('Points')
4343
self.addParameter(ParameterFile(
44-
self.INPUT, self.tr('Input canopy surface (.dtm)')))
44+
self.INPUT, self.tr('Input canopy surface (.dtm)')))
4545
self.addParameter(ParameterSelection(
46-
self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))
46+
self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))
4747

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

0 commit comments

Comments
 (0)
Please sign in to comment.