]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common/cryptotools: use a main function
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 21 Apr 2025 19:50:22 +0000 (15:50 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:32:24 +0000 (09:32 -0400)
commitc98e53f1136ebef2ffeb3d191ab2fc49d9728a3d
treeaa065cd90965076d81195b2eb19f62d5a746c928
parent4e4cfa58c4b124c0b0406619cc14ced0b2422550
python-common/cryptotools: use a main function

Use a main function to encapsulate the cli parsing rather than a block
of code in module scope.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/cryptotools/cryptotools.py