Files
u-boot/test
Bryan Brattlof b14b3de652 test/py/test_mmc: wrap multi-argument printf-style strings
Newer versions of python will emit a TypeError about not enough
arguments for a format string:

    FAILED ub/test/py/tests/test_mmc.py::test_mmc_dev - TypeError: not enough arguments for format string
    FAILED ub/test/py/tests/test_mmc.py::test_mmcinfo - TypeError: not enough arguments for format string
    FAILED ub/test/py/tests/test_mmc.py::test_mmc_info - TypeError: not enough arguments for format string
    FAILED ub/test/py/tests/test_mmc.py::test_mmc_rescan - TypeError: not enough arguments for format string
    FAILED ub/test/py/tests/test_mmc.py::test_mmc_part - TypeError: not enough arguments for format string

Add parentheses around all multi argument format strings so all
arguments will be passed to the format string

Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-06-27 10:02:19 -06:00
..
2025-06-23 16:15:23 -06:00
2025-02-11 20:12:36 -06:00
2025-04-11 12:16:44 -06:00
2025-02-11 20:12:36 -06:00
2025-02-11 20:12:36 -06:00
2025-02-11 20:12:36 -06:00
2025-04-11 12:16:44 -06:00
2023-04-03 06:53:53 +12:00
2025-01-24 14:34:41 -06:00