Skip to content

Commit cf8c7b1

Browse files
committed
fix failing indenation test
1 parent e0acb69 commit cf8c7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/rasterize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def getConsoleCommands(self):
135135
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])
136136
dimType = self.getParameterValue(self.DIMENSIONS)
137137
arguments.append('-of')
138-
arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
138+
arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
139139
if dimType == 0:
140140
# size in pixels
141141
arguments.append('-ts')

0 commit comments

Comments
 (0)