commit | 30b2179f5923b57d8b9f9b05d4fd72fdb31a6573 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 05:36:20 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 6e823d2c55a1aa8fc6d1b337c166e6d66281d5fe | |
parent | 7cb21f06864560f63136952cc6671c564328435e [diff] |
patman: Correct some pylint and asyncio issues Correct some pylint warnings in this file. Make use of the existing asyncio event loop, instead of creating a new one, since this also destroys it afterwards, making it unavailable for tests which want to share an event loop. Use tools.write_file() to avoid a warning about encoding. Signed-off-by: Simon Glass <sjg@chromium.org>