Re: [PATCH 0/4] tools: Minor clean-ups for the command library

2025-03-04 Thread Tom Rini
On Mon, 03 Feb 2025 09:26:41 -0700, Simon Glass wrote: > This series adds comments and fixes pylint warnings in the command > library. It also introduces a new, simpler way of running a single > command. > > > Simon Glass (4): > u_boot_pylib: Correct case for test_result > u_boot_pylib: Add

[PATCH 0/4] tools: Minor clean-ups for the command library

2025-02-03 Thread Simon Glass
This series adds comments and fixes pylint warnings in the command library. It also introduces a new, simpler way of running a single command. Simon Glass (4): u_boot_pylib: Correct case for test_result u_boot_pylib: Add an exception-class for errors u_boot_pylib: Fix pylint warnings in com