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

backends/scanner: fix tx_power missing in __repr__ when 0 #1017

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Sep 21, 2022

0 is a valid value for tx_power, so we can't use a falsy check and need to check for None instead.

0 is a valid value for tx_power, so we can't use a falsy check and
need to check for None instead.
@dlech dlech merged commit 7039456 into develop Sep 21, 2022
@dlech dlech deleted the fix-tx-power-repr branch September 21, 2022 20:34
@dlech dlech mentioned this pull request Sep 23, 2022
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