We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4e78b commit 8fe53c0Copy full SHA for 8fe53c0
python/plugins/processing/algs/grass7/Grass7Utils.py
@@ -254,7 +254,7 @@ def prepareGrass7Execution(commands):
254
Grass7Utils.createGrass7BatchJobFileFromGrass7Commands(commands)
255
os.chmod(Grass7Utils.grassBatchJobFilename(), stat.S_IEXEC
256
| stat.S_IREAD | stat.S_IWRITE)
257
- if isMac():
+ if isMac() and os.path.exists(Grass7Utils.grassPath() + os.sep + 'grass70.sh'):
258
command = Grass7Utils.grassPath() + os.sep + 'grass70.sh ' \
259
+ Grass7Utils.grassMapsetFolder() + '/PERMANENT'
260
else:
0 commit comments