Change the Disk class to be a context manager.
All code using Disk was updated to the following
with statement:
with Disk(...) as disk:
disk.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_test.py | ||
| bootloader_spec_base_test.py | ||
| grub2_test.py | ||
| init_test.py | ||
| systemd_boot_test.py | ||