commit | ca1945dc636daee056718d6a407290cedbcfa7dd | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Fri Mar 27 14:38:45 2020 -0500 |
committer | Monty Taylor <mordred@inaugust.com> | Fri Mar 27 16:22:21 2020 -0500 |
tree | da2d7e5e2c95e12edfb3269d7087472b9560eccc | |
parent | 80b1e1523682a60fd402b8c1de137f2de1ba888a [diff] |
More python3 fixes Return strings from run_command jeepyb is written expecting strings. Decode the bytes into a string. Fix fsck_command for python3 We fixed run_command to return strings, but fsck_command was looking for bytes. Filter returns an interator not a list in python3, wrap in a list. Change-Id: Ibb4d540a987711bd6b4c804a3f6b7cb2ccfe1baa