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 07b25af commit 8e66330Copy full SHA for 8e66330
python/plugins/processing/algs/otb/OTBAlgorithmProvider.py
@@ -61,8 +61,6 @@ def _loadAlgorithms(self):
61
62
version = OTBUtils.getInstalledVersion(True)
63
if version is None:
64
- ProcessingLog.addToLog(ProcessingLog.LOG_ERROR,
65
- self.tr('Problem with OTB installation: OTB was not found or is not correctly installed'))
66
return
67
68
folder = OTBUtils.compatibleDescriptionPath(version)
0 commit comments