Skip to content

Commit ca3fac7

Browse files
authored
Update SagaUtils.py
1 parent e84b7b0 commit ca3fac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def executeSaga(feedback):
166166
if isWindows():
167167
command = ['cmd.exe', '/C ', sagaBatchJobFilename()]
168168
else:
169-
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC
170-
| stat.S_IREAD | stat.S_IWRITE)
169+
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC |
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)