Skip to content

Commit 9593a8b

Browse files
authoredJul 25, 2017
add missed parameter name
1 parent 8769991 commit 9593a8b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class merge(GdalAlgorithm):
4646
INPUT = 'INPUT'
4747
OUTPUT = 'OUTPUT'
4848
PCT = 'PCT'
49+
NODATA = 'NODATA'
4950
SEPARATE = 'SEPARATE'
5051
RTYPE = 'RTYPE'
5152

0 commit comments

Comments
 (0)
Please sign in to comment.