Skip to content

Commit cf22cab

Browse files
committedMar 23, 2016
Fix the master (merge without tests pass :-( )
Related to #2893
1 parent d808ef9 commit cf22cab

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/gdal

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/gdal/warp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def getConsoleCommands(self):
129129
bigtiff = self.BIGTIFFTYPE[self.getParameterValue(self.BIGTIFF)]
130130
tfw = unicode(self.getParameterValue(self.TFW))
131131
rastext = unicode(self.getParameterValue(self.RAST_EXT))
132-
132+
133133
arguments = []
134134
arguments.append('-ot')
135135
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])

0 commit comments

Comments
 (0)
Please sign in to comment.