kdk_handler.py: Add todo for file size check

This commit is contained in:
Mykola Grymalyuk
2023-02-10 12:24:27 -07:00
parent 0d7186236e
commit 44369e2faa

View File

@@ -564,6 +564,8 @@ class KernelDebugKitUtilities:
logging.info(f"- Installing KDK package: {kdk_path.name}")
logging.info(f" - This may take a while...")
# TODO: Check whether enough disk space is available
result = utilities.elevated(["installer", "-pkg", kdk_path, "-target", "/"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
if result.returncode != 0:
logging.info("- Failed to install KDK:")