Fix the master (merge without tests pass :-( )

Related to #2893
This commit is contained in:
Stéphane Brunner 2016-03-23 13:53:04 +01:00
parent d808ef9ab6
commit cf22cab3e9

View File

@ -129,7 +129,7 @@ class warp(GdalAlgorithm):
bigtiff = self.BIGTIFFTYPE[self.getParameterValue(self.BIGTIFF)]
tfw = unicode(self.getParameterValue(self.TFW))
rastext = unicode(self.getParameterValue(self.RAST_EXT))
arguments = []
arguments.append('-ot')
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])