Skip to content

Commit 9297d91

Browse files
committed
[processing] always look for SAGA LTR first (fix #16648)
(cherry picked from commit 74984b2)
1 parent 5773b3f commit 9297d91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)