mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
processing: Call gdal_merge instead of gdal_merge.py
The latter is deprecated by gdal and it has a bogus shebang.
This commit is contained in:
parent
bd320e3f29
commit
9ede69b396
@ -266,6 +266,6 @@ class merge(GdalAlgorithm):
|
||||
arguments.append(list_file)
|
||||
|
||||
return [
|
||||
self.commandName() + (".bat" if isWindows() else ".py"),
|
||||
self.commandName() + (".bat" if isWindows() else ""),
|
||||
GdalUtils.escapeAndJoin(arguments),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user