We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cfa83 commit 74984b2Copy full SHA for 74984b2
python/plugins/processing/algs/saga/SagaUtils.py
@@ -68,6 +68,7 @@ def findSagaFolder():
68
folder = testfolder
69
elif isWindows():
70
folders = []
71
+ folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga-ltr'))
72
folders.append(os.path.join(os.path.dirname(QgsApplication.prefixPath()), 'saga'))
73
if "OSGEO4W_ROOT" in os.environ:
74
folders.append(os.path.join(str(os.environ['OSGEO4W_ROOT']), "apps", "saga-ltr"))
0 commit comments