]> git-server-git.apps.pok.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)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Aug 2025 14:24:49 +0000 (10:24 -0400)
commit87f5a3d9a833244077cad01df92400a8b20368b9
tree2449f8fcced83e2b808065ac14eb3c8669a58c1e
parent917609b23fa99c34d4734dd44b07e112caeb5b66
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>
src/cephadm/cephadmlib/file_utils.py