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
..
2024-11-26 11:13:39 -06:00
2025-03-15 11:47:04 +00:00
2025-04-08 13:51:09 -06:00
2025-04-08 13:51:09 -06:00
2025-04-21 11:07:04 -06:00
2025-03-15 10:38:38 +00:00
2022-03-31 14:12:23 -04:00
2025-03-15 11:02:04 +00:00
2025-04-08 13:54:50 -06:00
2022-12-31 13:35:19 -05:00
2025-05-11 12:52:56 +02:00
2025-05-11 12:52:56 +02:00
2025-05-11 12:52:57 +02:00
2025-05-11 12:52:56 +02:00
2025-05-11 12:52:57 +02:00
2025-04-08 13:51:09 -06:00
2024-01-18 20:23:37 -05:00
2025-03-15 11:02:04 +00:00
2025-04-03 11:43:22 -06:00
2025-03-15 10:38:38 +00:00
2025-04-08 13:51:09 -06:00
2025-05-11 13:30:36 +02:00
2025-05-18 09:16:55 +02:00
2025-06-26 17:18:29 -06:00
2025-04-08 13:51:09 -06:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-06-26 08:12:54 -06:00
2025-03-15 11:47:04 +00:00
2025-05-18 09:16:55 +02:00
2025-03-15 11:02:04 +00:00
2025-06-17 17:21:36 -06:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-04-10 11:57:59 -06:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 11:02:04 +00:00
2025-06-27 10:02:19 -06:00
2025-05-11 12:52:56 +02:00
2025-05-18 09:16:55 +02:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2020-10-14 11:16:34 -04:00
2020-10-14 11:16:34 -04:00
2020-10-14 11:16:34 -04:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:47:04 +00:00
2025-04-24 08:23:05 -06:00
2025-03-15 11:47:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:47:04 +00:00
2025-06-10 19:35:58 +03:00
2025-04-14 08:59:39 -06:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:02:04 +00:00
2025-04-08 13:54:50 -06:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-03-15 11:47:04 +00:00
2025-04-08 13:51:09 -06:00
2025-03-15 11:02:04 +00:00
2025-03-15 10:38:38 +00:00
2025-03-15 11:02:04 +00:00
2022-03-02 10:28:12 -05:00
2021-02-15 19:17:25 -05:00