From f6058906c16a4551f9ffd4b6a3cdc81ed8e680cd Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 7 Dec 2023 20:04:26 -0800 Subject: [PATCH] debug --- install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.py b/install.py index 3e975a8..67e1baa 100644 --- a/install.py +++ b/install.py @@ -88,6 +88,8 @@ HERE = os.path.dirname(__file__) os.chdir(os.path.abspath(HERE)) +print(f"install.py changed directory to {os.getcwd()}") + def _exe(cmd: str, check: bool = True, cwd: Optional[str] = None) -> None: msg = (