]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: ensure entrypoint is assigned a string
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Oct 2023 14:30:16 +0000 (10:30 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commiteaacc0e29eea372a21bbf868a57cbcc4cfbe2ce7
treebe94c54f5f84c4695d2db7fa29b27d9f8b07ab1f
parent3bb4545d6b304bd2ee622c3778fc94280a519a0e
cephadm: ensure entrypoint is assigned a string

Ensure that the entrypoint variable is assigned a string. The
custom container class can have None and that can confuse future
refactoring.
The mypy command we're using does not notice this.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py