]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Implement __bool__ and __str__ for compression enum 1500/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 24 Apr 2023 12:44:01 +0000 (14:44 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 25 Apr 2023 12:01:04 +0000 (14:01 +0200)
commit9cc7824eef0a7bb985c172adbce3c438b25b41a6
tree1a3e413610b3d187c120b08ecd37eb586fc3008d
parentc7d93a254956667261ad9207d22b540411319c25
Implement __bool__ and __str__ for compression enum
mkosi/__init__.py
mkosi/config.py
mkosi/util.py
tests/test_util.py