Skip to content

Commit 6c1166c

Browse files
committed
canvas/help: Fix an NameError in exception handler
1 parent a291634 commit 6c1166c

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)