Andrew Goodbody eaa51d0fda test/py: usb: Fix format string for fstype command
USB tests on ext partitions can fail with the following output

test/py/tests/test_usb.py:245: in test_usb_part
    'fstype usb %d:%d' % i, part_id
E   TypeError: not enough arguments for format string

So add brackets around the format string arguments to prevent the
error.

Fixes: a730947974e3 ("test/py: usb: Distinguish b/w ext2/ext4 partitions")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Love Kumar <love.kumar@amd.com>
2025-02-10 10:27:44 -06:00
..
2024-11-26 11:13:39 -06:00
2022-12-31 13:35:19 -05:00
2024-07-04 09:25:21 -06:00
2024-11-01 13:37:58 -06:00
2025-01-05 02:30:47 +01:00
2024-07-04 09:25:21 -06:00
2020-10-14 11:16:34 -04:00
2025-01-14 14:29:29 -06:00
2025-01-24 14:34:41 -06:00
2022-03-02 10:28:12 -05:00