Skip to content

Commit

Permalink
[processing] Remove space in GDAL warp which causes issues when alg i…
Browse files Browse the repository at this point in the history
…s called from script.
  • Loading branch information
radosuav committed Jun 15, 2015
1 parent 8fbee12 commit 12c1c86
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 @@ -41,7 +41,7 @@ class warp(GdalAlgorithm):
INPUT = 'INPUT'
OUTPUT = 'OUTPUT'
SOURCE_SRS = 'SOURCE_SRS'
DEST_SRS = 'DEST_SRS '
DEST_SRS = 'DEST_SRS'
METHOD = 'METHOD'
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
TR = 'TR'
Expand Down

0 comments on commit 12c1c86

Please sign in to comment.