Skip to content

Commit

Permalink
use NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Nov 7, 2024
1 parent 79447be commit ea873bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("/")
Expand Down

0 comments on commit ea873bb

Please sign in to comment.