commit | 60956ac7ec5ad9cdf3eb3e338f7a61511cae73b3 | [log] [tgz] |
---|---|---|
author | Robert Kuska <rkuska@redhat.com> | Wed Aug 05 03:09:45 2015 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Aug 05 15:10:16 2015 -0400 |
tree | dd1f600eaa6ff8e96102e1d3cd6aae536839b20e | |
parent | ec861462fa01477ab418c2879ba7f36a50ffd76d [diff] |
sepolgen: Decode output from Popen in Python3 In Python3 output from Popen communicate function returns bytes, to handle output as a string it is needed to properly decode it. Signed-off-by: Robert Kuska <rkuska@redhat.com>