Change the DiskFormat Factory to be a context manager.
All code using DiskFormat was updated to the following
with statement:
with DiskFormat(...).new as disk_format:
disk_format.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| data | ||
| scripts | ||
| unit | ||