]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix if check in install_systemd_boot()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Sep 2025 11:55:42 +0000 (13:55 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Sep 2025 11:55:42 +0000 (13:55 +0200)
commit0d4bb1ac4cb80f7a3fa574317de70ae0cbf72f1d
tree0f5fe2d664adeea7216d7fefee70cb8c1873a7ae
parent6a48f83dda314e3cd2949aae73d4afd9110536d1
Fix if check in install_systemd_boot()

A generator object always evaluates to True, we have to wrap it with
any() to check if it contains anything.
mkosi/bootloader.py