h
This commit is contained in:
@@ -203,7 +203,7 @@ def _run_cli(clean_args: List[str]) -> int:
|
||||
error_msg += f" - detected repo root: {repo}\n"
|
||||
cli_path = repo / "CLI.py"
|
||||
error_msg += f" - CLI.py exists at {cli_path}: {cli_path.exists()}\n"
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
error_msg += (
|
||||
"\nRemedy: Run 'pip install -e scripts' from the project root or re-run the bootstrap script.\n"
|
||||
|
||||
Reference in New Issue
Block a user