mirror of
https://github.com/containers/podman.git
synced 2025-09-15 20:56:00 +08:00

* Change all store_true or store_false to use store_bool. New behavior documented in BooleanAction docstring. * Remove any extraneous code identified by pylint in files from above. Fixes #1869 Signed-off-by: Jhon Honce <jhonce@redhat.com>