We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f772bc commit 62f272eCopy full SHA for 62f272e
python/plugins/processing/algs/saga/SagaUtils.py
@@ -89,7 +89,7 @@ def createSagaBatchJobFileFromSagaCommands(commands):
89
fout.write('set SAGA=' + sagaPath() + '\n')
90
fout.write('set SAGA_MLB=' + sagaPath() + os.sep
91
+ 'modules' + '\n')
92
- fout.write('PATH=PATH;%SAGA%;%SAGA_MLB%\n')
+ fout.write('PATH=%PATH%;%SAGA%;%SAGA_MLB%\n')
93
elif isMac():
94
fout.write('export SAGA_MLB=' + sagaPath()
95
+ '/../lib/saga\n')
0 commit comments