This commit is contained in:
2025-12-31 23:25:12 -08:00
parent ada8e563c3
commit 156b50326c
4 changed files with 10 additions and 7 deletions

View File

@@ -185,6 +185,7 @@ def _run_gui(clean_args: List[str]) -> int:
give a helpful error message and exit nonzero.
"""
try:
_ensure_repo_root_on_sys_path()
tui_mod = importlib.import_module("TUI.tui")
except Exception as exc:
print(