Skip to content

Commit 03ddff7

Browse files
authored
Update SagaUtils.py
1 parent c321522 commit 03ddff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def executeSaga(feedback):
167167
command = ['cmd.exe', '/C ', sagaBatchJobFilename()]
168168
else:
169169
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC
170-
| stat.S_IREAD | stat.S_IWRITE)
170+
| stat.S_IREAD | stat.S_IWRITE)
171171
command = ["'" + sagaBatchJobFilename() + "'"]
172172
loglines = []
173173
loglines.append(QCoreApplication.translate('SagaUtils', 'SAGA execution console output'))

0 commit comments

Comments
 (0)