]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-network: convert certain multiline strings to comments
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 3 Feb 2022 17:42:41 +0000 (18:42 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 3 Feb 2022 17:42:41 +0000 (18:42 +0100)
commitf7805a6c794f04d6b95b7ddd58f804a2b353a704
tree4dfe6dd618817dd3fcd007b555e8a6848e015ce2
parent45dbd0b9453422936b49750d6ae5d71f47408861
test-network: convert certain multiline strings to comments

Multiline comments are converted to docstrings only when they're the
first statement in a function/method. Even though they're still a no-op
otherwise, let's use "true" comments to make pylint happy.
test/test-network/systemd-networkd-tests.py