]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix implicit string concatenation in tests-checkds.py
authorMichal Nowak <mnowak@isc.org>
Thu, 16 Jun 2022 09:25:43 +0000 (11:25 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 16 Jun 2022 11:45:30 +0000 (13:45 +0200)
commit84d2d2592160974fe3fa77d6e7a500bec944b728
tree12f7a62b1754bd734c787e272f88d1e09ce7f55f
parentb7fc9e43dffe06bf866bb9216475cb900f1a52d2
Fix implicit string concatenation in tests-checkds.py

pylint 2.14.2 reports the following warnings:

    bin/tests/system/checkds/tests-checkds.py:265:0: W1404: Implicit string concatenation found in call (implicit-str-concat)
    bin/tests/system/checkds/tests-checkds.py:273:0: W1404: Implicit string concatenation found in call (implicit-str-concat)

(cherry picked from commit 831ac8add101cd7e73327adef672840a3465af95)
bin/tests/system/checkds/tests-checkds.py