#
a3db66b3 |
| 04-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
python: fix flake8 warnings and format with black
Most of the flake8 warnings in this repository were fairly trivial, so fixed them. The "openbmctool" is 7000+ lines of pretty heavily warned code,
python: fix flake8 warnings and format with black
Most of the flake8 warnings in this repository were fairly trivial, so fixed them. The "openbmctool" is 7000+ lines of pretty heavily warned code, so just disabling that one. Format everything with black.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icb3f6ee9bf03dece58785f7af00617c87a84aa65
show more ...
|
#
d97f2f15 |
| 03-Feb-2022 |
Ed Tanous <edtanous@google.com> |
Multithread rootfs_size
I dug this out of the Disney vault on my machine, as something I did to make this script run quite a bit faster. It probably needs some cleanups, and I'm sure suffers from m
Multithread rootfs_size
I dug this out of the Disney vault on my machine, as something I did to make this script run quite a bit faster. It probably needs some cleanups, and I'm sure suffers from my usual "I stopped when it got the job done", but with any luck, it might be useful to someone.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4d9b5e2f363d487b1bbdf443aec2c28dc068039
show more ...
|