Skip to content

Commit

Permalink
fix failing indenation test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 19, 2016
1 parent e0acb69 commit cf8c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/rasterize.py
Expand Up @@ -135,7 +135,7 @@ def getConsoleCommands(self):
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])
dimType = self.getParameterValue(self.DIMENSIONS)
arguments.append('-of')
arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
if dimType == 0:
# size in pixels
arguments.append('-ts')
Expand Down

0 comments on commit cf8c7b1

Please sign in to comment.