diff --git a/install.py b/install.py index 334c11b..79e8c7c 100644 --- a/install.py +++ b/install.py @@ -112,7 +112,7 @@ def platform_ensure_python_installed() -> None: ) print(f"Python is already installed: {stdout}") return - except Exception: + except Exception: # pylint: disable=broad-except pass if sys.platform == "darwin": _exe("brew install python3")