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