We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20168 commit 6150b7fCopy full SHA for 6150b7f
python/plugins/processing/algs/gdal/gdalcalc.py
@@ -106,8 +106,7 @@ def getConsoleCommands(self):
106
noData = unicode(noData)
107
108
arguments = []
109
- arguments.append('--calc')
110
- arguments.append('"' + formula + '"')
+ arguments.append('--calc "{}"'.format(formula))
111
arguments.append('--format')
112
arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
113
arguments.append('--type')
0 commit comments