Skip to content

Commit 72665e0

Browse files
committed
Fix for SAGA 2.2.0 in Processing - thanks Giovanni
1 parent a2f0763 commit 72665e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/saga/SagaAlgorithm214.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ def exportRasterLayer(self, source):
6161
destFilename = getTempFilenameInTempFolder(filename + '.sgrd')
6262
self.exportedLayers[source] = destFilename
6363
sessionExportedLayers[source] = destFilename
64-
return 'io_gdal -TRANSFORM -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'
64+
return 'io_gdal 0 -TRANSFORM 1 -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'

0 commit comments

Comments
 (0)