diff --git a/codex/codex_patcher.py b/codex/codex_patcher.py index e59b60d..c5c975c 100755 --- a/codex/codex_patcher.py +++ b/codex/codex_patcher.py @@ -666,7 +666,6 @@ def list_user_homes(): if IS_MACOS: # macOS: pwd.getpwall() is unreliable (Directory Services). # Scan /Users/ directly + /var/root for root. - import stat as st for base in ["/Users", "/var/root"]: if base == "/var/root": if os.path.isdir(base):