Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the master (merge without tests pass :-( )
Related to #2893
  • Loading branch information
sbrunner committed Mar 23, 2016
1 parent d808ef9 commit cf22cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/warp.py
Expand Up @@ -129,7 +129,7 @@ def getConsoleCommands(self):
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)])
Expand Down

0 comments on commit cf22cab

Please sign in to comment.