]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix /var/tmp directory cleanup
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 11:45:22 +0000 (13:45 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 3 Jul 2025 16:05:53 +0000 (17:05 +0100)
commitd609f55d987a2a75e44726589b99957483575f0d
tree188ca562f1ec4c639047d2f633f61c7309a4e34c
parent4997b9495c65ff8ac57499c58ca425052dbc6d77
Fix /var/tmp directory cleanup

Currently, if /work does not exist, we go into the exception handler which
doesn't do anything if the errno is ENOENT, even though we still need to
remove the parent directory.
mkosi/run.py