]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: update type of populate_files first argument
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 16 Jul 2025 20:17:07 +0000 (16:17 -0400)
committerAdam King <adking@redhat.com>
Thu, 21 Aug 2025 18:13:15 +0000 (14:13 -0400)
commite14ea427d0e96d1d06ce88ec0e352158f963d062
tree8bf049ade1ba29807cce31c5cdbcd2a6df6e3d63
parent4055afe0ce4914b528d7ce03181dd332633af814
cephadm: update type of populate_files first argument

The populate_files function's first argument was typed as `str` but
all places that str is used in that function can also use a
pathlib.Path. Update the type of that argument to match.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 87f5a3d9a833244077cad01df92400a8b20368b9)
src/cephadm/cephadmlib/file_utils.py