fix failing indenation test

This commit is contained in:
Alexander Bruy 2016-02-19 21:19:49 +02:00
parent e0acb696a4
commit cf8c7b13db

View File

@ -135,7 +135,7 @@ class rasterize(GdalAlgorithm):
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')