File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/processing/algs/grass7 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ def prepareGrass7Execution(commands):
244
244
Grass7Utils .createGrass7BatchJobFileFromGrass7Commands (commands )
245
245
os .chmod (Grass7Utils .grassBatchJobFilename (), stat .S_IEXEC
246
246
| stat .S_IREAD | stat .S_IWRITE )
247
- if isMac () and os .path .exists (os .path .join (Grass7Utils .grassPath (), '* grass.sh* ' )):
248
- command = os .path .join (Grass7Utils .grassPath (), '* grass.sh* ' ) + ' ' \
247
+ if isMac () and os .path .exists (os .path .join (Grass7Utils .grassPath (), 'grass.sh' )):
248
+ command = os .path .join (Grass7Utils .grassPath (), 'grass.sh' ) + ' ' \
249
249
+ os .path .join (Grass7Utils .grassMapsetFolder (), 'PERMANENT' )
250
250
else :
251
251
command = 'grass70 ' + os .path .join (Grass7Utils .grassMapsetFolder (), 'PERMANENT' )
You can’t perform that action at this time.
0 commit comments