Files
chipsec-chipsec/chipsec
Nicolas Iooss a01d537a75 Make OsHelper.get_available_helpers return a sorted list
`OsHelper.get_available_helpers` is returning a list of helper names in
the order they are stored in the dict `self.avail_helpers`. This order
seems to come from the order in which `os.listdir(helper_dir)` reads the
content of the directory.

To make this order more predictible and meaningful, sort the list in
`get_available_helpers`. This function was only called when generating
the documentation ofi option `--helper` and this makes it more
reproducible too.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
2023-06-02 08:48:34 -07:00
..
2023-05-16 16:38:46 -07:00
2023-05-26 18:32:51 -07:00
2023-05-09 16:39:21 -07:00
2023-03-15 11:27:29 -07:00
2023-05-31 09:40:42 -07:00