From ea873bbdfedacb15716ca2645c9e56c0cccaec0b Mon Sep 17 00:00:00 2001 From: crazy hugsy Date: Wed, 6 Nov 2024 20:06:25 -0800 Subject: [PATCH] use `NotImplementedError` --- gef.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gef.py b/gef.py index 092257cff..de041e3cc 100644 --- a/gef.py +++ b/gef.py @@ -11596,8 +11596,7 @@ def setup(self) -> bool: return True def __setup_qemu_system(self) -> bool: - raise Exception("TODO") - return True + raise NotImplementedError("TODO") def __setup_qemu_user(self) -> bool: self.__local_root_path = pathlib.Path("/")