mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging
This commit is contained in:
parent
ab4e78b98f
commit
8fe53c051c
@ -254,7 +254,7 @@ class Grass7Utils:
|
||||
Grass7Utils.createGrass7BatchJobFileFromGrass7Commands(commands)
|
||||
os.chmod(Grass7Utils.grassBatchJobFilename(), stat.S_IEXEC
|
||||
| stat.S_IREAD | stat.S_IWRITE)
|
||||
if isMac():
|
||||
if isMac() and os.path.exists(Grass7Utils.grassPath() + os.sep + 'grass70.sh'):
|
||||
command = Grass7Utils.grassPath() + os.sep + 'grass70.sh ' \
|
||||
+ Grass7Utils.grassMapsetFolder() + '/PERMANENT'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user