]> git.ipfire.org Git - thirdparty/mkosi.git/commit
mkosi: change str(Path) to os.fspath(Path) 788/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 7 Sep 2021 15:20:54 +0000 (17:20 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 7 Sep 2021 19:58:40 +0000 (21:58 +0200)
commit237449737f863aa2cf813af250518699ef3eab4b
tree21e205b52ae59dd5cd41535e7b447469082d333b
parente4c9deab00f5d39d88aabb8171a5e16790e0752a
mkosi: change str(Path) to os.fspath(Path)

os.fspath calls the appropriate protocol instead of using the potentially lossy
string representation
mkosi/__init__.py