]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Don't delete reader in _tempfile() backport 3005/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Sep 2024 12:30:52 +0000 (14:30 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Sep 2024 13:09:28 +0000 (15:09 +0200)
commit9b569c93bbb85ff5cd634893f45c47c57a7301f8
tree4f4f21e1807dc7b76d036531ab3cbf5e54e1cc65
parent16f4c949307d325cf92ad323b3a8b49301fb01b3
Don't delete reader in _tempfile() backport

This is only passed Path.read_bytes so there is nothing to delete
hence drop this part since it confuses mypyc.
mkosi/backport.py