Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hv.help if Info.store is None #6250

Merged
merged 1 commit into from
May 30, 2024
Merged

Fix hv.help if Info.store is None #6250

merged 1 commit into from
May 30, 2024

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented May 27, 2024

Fixes #5364

@hoxbro hoxbro added the type: bug Something isn't correct or isn't working label May 27, 2024
Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.42%. Comparing base (d458f60) to head (c7f3a97).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6250   +/-   ##
=======================================
  Coverage   88.42%   88.42%           
=======================================
  Files         323      323           
  Lines       67629    67638    +9     
=======================================
+ Hits        59800    59811   +11     
+ Misses       7829     7827    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoxbro hoxbro changed the title Fix hv.help if Info.store is `None Fix hv.help if Info.store is None May 27, 2024
@hoxbro hoxbro merged commit 1946ef2 into main May 30, 2024
14 of 15 checks passed
@hoxbro hoxbro deleted the fix_help branch May 30, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hv.help errors on object created using hvplot: AttributeError: 'NoneType' object has no attribute 'registry'
2 participants