Skip to content

Commit 302cd74

Browse files
authored
Merge pull request #3759 from ales-erjavec/fixes/canvas-help-manager
[FIX] canvas/help: Fix a NameError in exception handler
2 parents 77ae17d + 6c1166c commit 302cd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/canvas/help/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def initialize(self):
6363
provider = get_help_provider_for_distribution(dist)
6464
except Exception:
6565
log.exception("Error while initializing help "
66-
"provider for %r", desc.project_name)
66+
"provider for %r", project)
6767

6868
if provider:
6969
providers.append((project, provider))

0 commit comments

Comments
 (0)