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