diff options
| author | Bryan Brattlof <[email protected]> | 2025-06-19 06:45:05 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-27 10:02:19 -0600 |
| commit | b14b3de65282e82b1832d53e3ee04f693c6c39e7 (patch) | |
| tree | bda8e145bc4cbc83f13c1e51606c6bcf3c807bcf /scripts | |
| parent | b77066d73261855af406422fbbe28a5d527f4dbf (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
