Skip to content

Commit 12c1c86

Browse files
author
radosuav
committed
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
1 parent 8fbee12 commit 12c1c86

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class warp(GdalAlgorithm):
4141
INPUT = 'INPUT'
4242
OUTPUT = 'OUTPUT'
4343
SOURCE_SRS = 'SOURCE_SRS'
44-
DEST_SRS = 'DEST_SRS '
44+
DEST_SRS = 'DEST_SRS'
4545
METHOD = 'METHOD'
4646
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
4747
TR = 'TR'

0 commit comments

Comments
 (0)