63bf6afe5e
pyflakes 2.2.0 improved the way format strings are analyzed, which triggers new warnings in flake8: python/sepolicy/sepolicy/manpage.py:1046:23: F999 '...' % ... has unused named argument(s): type python/sepolicy/sepolicy/manpage.py:1225:23: F999 '...' % ... has unused named argument(s): user Remove the unused arguments in order to silence these warnings. This fixes failures in Travis-CI such as https://travis-ci.org/github/SELinuxProject/selinux/jobs/686230518#L5153 Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org> Acked-by: William Roberts <william.c.roberts@intel.com> |
||
---|---|---|
.. | ||
ru | ||
sepolicy | ||
.gitignore | ||
Makefile | ||
sepolgen.8 | ||
sepolicy-bash-completion.sh | ||
sepolicy-booleans.8 | ||
sepolicy-communicate.8 | ||
sepolicy-generate.8 | ||
sepolicy-gui.8 | ||
sepolicy-interface.8 | ||
sepolicy-manpage.8 | ||
sepolicy-network.8 | ||
sepolicy-transition.8 | ||
sepolicy.8 | ||
sepolicy.py | ||
setup.py | ||
test_sepolicy.py |