mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] always look for SAGA LTR first (fix #16648)
This commit is contained in:
parent
19cfa83e4e
commit
74984b2525
@ -68,6 +68,7 @@ def findSagaFolder():
|
||||
folder = testfolder
|
||||
elif isWindows():
|
||||
folders = []
|
||||
folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga-ltr'))
|
||||
folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga'))
|
||||
if "OSGEO4W_ROOT" in os.environ:
|
||||
folders.append(os.path.join(str(os.environ['OSGEO4W_ROOT']), "apps", "saga-ltr"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user