commit | 9d733a9ded25e89e381e4d0483d776eb9fc9b5ed | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Sat Apr 11 09:48:49 2020 -0500 |
committer | Monty Taylor <mordred@inaugust.com> | Sat Apr 11 09:58:36 2020 -0500 |
tree | b9256112cb07d7bbb4c723809658defb8c67ce55 | |
parent | 5567a02437daabf50c454b10baf194d8b6ac94d2 [diff] |
Decode utf-8 from subprocess.Popen We use subprocess.Popen directly in these scripts rather than run_command. We need to decode the output so that we get strings back and not bytes. Change-Id: Ie967ceac77ecb898cab24827644b981eed22e141