Skip to content

Commit 74984b2

Browse files
committed
[processing] always look for SAGA LTR first (fix #16648)
1 parent 19cfa83 commit 74984b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/algs/saga/SagaUtils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def findSagaFolder():
6868
folder = testfolder
6969
elif isWindows():
7070
folders = []
71+
folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga-ltr'))
7172
folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga'))
7273
if "OSGEO4W_ROOT" in os.environ:
7374
folders.append(os.path.join(str(os.environ['OSGEO4W_ROOT']), "apps", "saga-ltr"))

0 commit comments

Comments
 (0)