Skip to content

Commit

Permalink
[processing] recover changes introduced in b928d16, lost on refactori…
Browse files Browse the repository at this point in the history
…ng and merging
  • Loading branch information
volaya committed Apr 19, 2014
1 parent ab4e78b commit 8fe53c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -254,7 +254,7 @@ def prepareGrass7Execution(commands):
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:
Expand Down

0 comments on commit 8fe53c0

Please sign in to comment.