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.
2 parents 9908d9c + d9d5bf7 commit 8a16632Copy full SHA for 8a16632
python/plugins/processing/algs/saga/SagaUtils.py
@@ -72,7 +72,7 @@ def findSagaFolder():
72
73
def sagaPath():
74
folder = ProcessingConfig.getSetting(SAGA_FOLDER)
75
- if not os.path.isdir(folder):
+ if folder and not os.path.isdir(folder):
76
folder = None
77
ProcessingLog.addToLog(ProcessingLog.LOG_WARNING,
78
'Specified SAGA folder does not exist. Will try to find built-in binaries.')
0 commit comments