kiwi-el8/kiwi/volume_manager
Marcus Schäfer a39a19b35f
Move VolumeManager to context manager
Change the VolumeManager Factory to be a context manager.
All code using VolumeManager was updated to the following
with statement:

    with VolumeManager(...).new as volume_manager:
        volume_manager.some_member()

This is related to Issue #2412
2024-02-21 09:40:47 +01:00
..
__init__.py Refactor VolumeManager 2020-11-02 18:05:21 +01:00
base.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
btrfs.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
lvm.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00