Find GRASS 7.8 and 8.0

Former-commit-id: 9533d49f60
pull/1161/head
Piero Toffanin 2019-09-18 09:12:44 -04:00
rodzic 612aa3e652
commit 454a6b714b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,8 @@ class GrassEngine:
system.which('grass72') or \
system.which('grass74') or \
system.which('grass76') or \
system.which('grass78')
shutil.which('grass78') or \
shutil.which('grass80')
if self.grass_binary is None:
log.ODM_WARNING("Could not find a GRASS 7 executable. GRASS scripts will not work.")