Skip to content

Commit

Permalink
Update SagaUtils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 21, 2019
1 parent c321522 commit 03ddff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaUtils.py
Expand Up @@ -167,7 +167,7 @@ def executeSaga(feedback):
command = ['cmd.exe', '/C ', sagaBatchJobFilename()]
else:
os.chmod(sagaBatchJobFilename(), stat.S_IEXEC
| stat.S_IREAD | stat.S_IWRITE)
| stat.S_IREAD | stat.S_IWRITE)
command = ["'" + sagaBatchJobFilename() + "'"]
loglines = []
loglines.append(QCoreApplication.translate('SagaUtils', 'SAGA execution console output'))
Expand Down

0 comments on commit 03ddff7

Please sign in to comment.