mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix failing indenation test
This commit is contained in:
parent
e0acb696a4
commit
cf8c7b13db
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user