Skip to content

Bug in exception handler for help provider #3752

Closed
@jischebeck

Description

The exception handler in Orange/canvas/help/manager.py line 66 references a non-existing variable. I found the issue after chasing other error messages.
Fix: replace "desc.project_name" by "project".

           try:
                dist = pkg_resources.get_distribution(project)
                provider = get_help_provider_for_distribution(dist)
            except Exception:
                log.exception("Error while initializing help "
                              "provider for %r", desc.project_name)
Orange version

3.20.1

Metadata

Assignees

Labels

snackThis will take an hour or two

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions