commit | fbd9550bd5c3c07fba1374ae88b5df2663e09a33 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 29 19:47:06 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 07 16:24:30 2022 -0700 |
tree | 2eaff6accbe9d6e865e9a91ace1fe5f49ee1ea66 | |
parent | 1d5006c0999645583a5539172d132492149fa692 [diff] |
test: Correct pylint warnings in fs_helper Tidy this up so that pylint is happy. Use hex for the 1MB size and make sure it is not a floating-point value. Add a little main program to allow the code to be tried out, since at present is only called from a long-running test. Signed-off-by: Simon Glass <sjg@chromium.org>