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 TypeError for None values in diagnostics #206

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

koenvervloesem
Copy link
Member

Description:

Some Bluetooth adapters (e.g. on Raspberry Pis) have None as value for some adapter characteristics. This PR fixes the TypeError that was raised, by explicitly converting all values to a string.

See #205

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

@koenvervloesem koenvervloesem merged commit 2678d4b into development Jan 3, 2024
5 checks passed
@koenvervloesem koenvervloesem deleted the show_none_in_diagnostics branch January 3, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant