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 f31ba78 commit 4c95b6bCopy full SHA for 4c95b6b
python/plugins/processing/algs/saga/SagaUtils.py
@@ -169,7 +169,7 @@ def executeSaga(feedback):
169
else:
170
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC |
171
stat.S_IREAD | stat.S_IWRITE)
172
- command = [sagaBatchJobFilename()]
+ command = ["'" + sagaBatchJobFilename() + "'"]
173
loglines = []
174
loglines.append(QCoreApplication.translate('SagaUtils', 'SAGA execution console output'))
175
with subprocess.Popen(
0 commit comments