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 4a1cc33 commit 02cd0f0Copy full SHA for 02cd0f0
python/plugins/processing/algs/otb/OTBUtils.py
@@ -135,7 +135,7 @@ def getInstalledVersion(runOtb=False):
135
if _installedVersionFound and not runOtb:
136
return _installedVersion
137
138
- if otbPath() is None:
+ if otbPath() is None or otbLibPath() is None:
139
_installedVersionFound = False
140
return None
141
commands = [os.path.join(otbPath(), "otbcli_Smoothing")]
0 commit comments