We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f93dc90 + 4c95b6b commit 131efbdCopy full SHA for 131efbd
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