Closed
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