Bug report #14096
Processing: OTB Segmentation (edison) fails
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22103 |
Description
With current OTB 5.2
TypeError: exceptions must be old-style classes or derived from BaseException, not bool
Traceback (most recent call last):
File "/home/paolo/.qgis2/python/plugins/processing/gui/ProcessingToolbox.py", line 210, in executeAlgorithm
dlg = AlgorithmDialog(alg)
File "/home/paolo/.qgis2/python/plugins/processing/gui/AlgorithmDialog.py", line 67, in init
AlgorithmDialogBase.__init__(self, alg)
File "/home/paolo/.qgis2/python/plugins/processing/gui/AlgorithmDialogBase.py", line 74, in init
isText, algHelp = self.alg.help()
File "/home/paolo/.qgis2/python/plugins/processing/algs/otb/OTBAlgorithm.py", line 85, in help
raise False
TypeError: exceptions must be old-style classes or derived from BaseException, not bool
Associated revisions
[Processing] [OTB] fixed wrong command when alg help is not found
fixes #14096
History
#1 Updated by Paolo Cavallini almost 9 years ago
- Subject changed from Processing: OTB Segmentation (edison) rfails to Processing: OTB Segmentation (edison) fails
#2 Updated by Victor Olaya almost 9 years ago
- Status changed from Open to Closed
Fixed in changeset f8de083a5b530924a55885787c7b006c52a776bf.
#3 Updated by Giovanni Manghi over 7 years ago
- Regression? set to No
#4 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#5 Updated by Giovanni Manghi over 7 years ago
Some providers are being removed from QGIS/Processing (will be available as plugin) and so are their categories in the bug tracker. To not leave them orphaned of a category they are being reassigned to processing/core.
#6 Updated by Giovanni Manghi over 7 years ago
- Category changed from 120 to Processing/Core