commit | 85fd4961228ff57b332c4e74625ee0e762519912 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 12 16:23:54 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 21 08:24:05 2025 -0600 |
tree | 142b4df730966632f01dbc7aadc61873afe180cf | |
parent | 76b09e03e6daaf969e61f6e26ca8958fd8f39921 [diff] |
test/py: Have test_usb.py raise an Exception with unsupported filesystems With a newer pylint we get a warning about how offset could be used before assigned. This is because when the underlying filesystem wasn't one that is supported we would have runtime test failures. Address this by raise'ing an Exception if fs is not supported. Signed-off-by: Tom Rini <trini@konsulko.com>