commit | c624c4abaaf3fd7c7661e50be90813a3a5d0e9af | [log] [tgz] |
---|---|---|
author | Petr Lautrbach <plautrba@redhat.com> | Thu Jul 27 15:10:51 2017 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Jul 27 09:49:32 2017 -0400 |
tree | ca5e740b919345620f236babe509773261a062c1 | |
parent | dabb4c06ca2649b4adc8f63dd62cae2e6f5a55f0 [diff] |
sepolicy: Fix syntax errors in 'manpage -w' Fixes: File "python/sepolicy/sepolicy/manpage.py", line 373, in _gen_css print("%s has been created") % style_css TypeError: unsupported operand type(s) for %: 'NoneType' and 'str' Signed-off-by: Petr Lautrbach <plautrba@redhat.com>