We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0982937 commit e84b7b0Copy full SHA for e84b7b0
python/plugins/processing/algs/saga/SagaUtils.py
@@ -167,7 +167,7 @@ def executeSaga(feedback):
167
command = ['cmd.exe', '/C ', sagaBatchJobFilename()]
168
else:
169
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC
170
- | stat.S_IREAD | stat.S_IWRITE)
+ | stat.S_IREAD | stat.S_IWRITE)
171
command = ["'" + sagaBatchJobFilename() + "'"]
172
loglines = []
173
loglines.append(QCoreApplication.translate('SagaUtils', 'SAGA execution console output'))
0 commit comments