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

edtlib: Remove unreachable code #78447

Conversation

rettichschnidi
Copy link
Contributor

This fixes the following error reported by
./scripts/ci/check_compliance.py:

1 checks failed
ERROR : Test Pylint failed:
W0101:Unreachable code (unreachable)
File:scripts/dts/python-devicetree/src/devicetree/edtlib.py
Line:2271
Column:16

Complete results in compliance.xml

This fixes the following error reported by
./scripts/ci/check_compliance.py:

> 1 checks failed
> ERROR   : Test Pylint failed:
> W0101:Unreachable code (unreachable)
> File:scripts/dts/python-devicetree/src/devicetree/edtlib.py
> Line:2271
> Column:16
>
> Complete results in compliance.xml

Signed-off-by: Reto Schneider <[email protected]>
@rettichschnidi rettichschnidi marked this pull request as ready for review September 15, 2024 20:08
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Devicetree labels Sep 15, 2024
@zephyrbot zephyrbot requested review from decsny and galak September 15, 2024 20:08
@nashif nashif added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Sep 17, 2024
@nashif nashif merged commit 371a48a into zephyrproject-rtos:main Sep 17, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants