]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix unnecessary "else" after "raise" with pylint 2.16.2
authorMichal Nowak <mnowak@isc.org>
Fri, 17 Feb 2023 12:21:55 +0000 (13:21 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 17 Feb 2023 15:03:30 +0000 (16:03 +0100)
commitda49342f26f9d3886bbf32a649dcc07fcb2f2d63
treed98a83d4a6b92ed663b92ecd0d7e66b7946863c6
parentd89f1056df20a839951728289592c8f6a7c36551
Fix unnecessary "else" after "raise" with pylint 2.16.2

    bin/tests/system/get_algorithms.py:225:4: R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)

(cherry picked from commit 8064ac6becc0a5b2760d90923f41e8767bc24153)
bin/tests/system/get_algorithms.py