Skip to content

Commit a98c7ab

Browse files
committed
to drop
Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.tech>
1 parent 15600ac commit a98c7ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/cowutil.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ def getCowUtilFromImageFormat(image_format: ImageFormat) -> CowUtil:
325325
if image_format in (ImageFormat.RAW, ImageFormat.VHD):
326326
return vhdutil.VhdUtil()
327327

328+
# TODO: QCOW2
329+
330+
return vhdutil.VhdUtil() # TODO: REMOVE
331+
328332
assert False, f"Unsupported image format: {image_format}"
329333

330334
def getCowUtil(vdi_type: str) -> CowUtil:

0 commit comments

Comments
 (0)