]> git.ipfire.org Git - thirdparty/mkosi.git/commit
ssh: make parse_ssh_agent only handle strings 996/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 1 Jun 2022 17:35:39 +0000 (19:35 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 1 Jun 2022 17:41:26 +0000 (19:41 +0200)
commit57de9b671814fe28cf1369996e5f05fecc7b9999
tree27a219925393a07e236478acbf49662b5dbdece5
parent92e021db68bc0d3dfe30314353c8c6ac70db6117
ssh: make parse_ssh_agent only handle strings

pyright complains (wrongly I think) about value being None when passed to Path
to create the socket variable. Let's work around this by eliminating Nones as
values.
mkosi/__init__.py