Skip to content

Commit 9297d91

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

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
@@ -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)
Please sign in to comment.