diff --git a/bin/install-python b/bin/install-python index 45ef00e..8d8b901 100755 --- a/bin/install-python +++ b/bin/install-python @@ -20,7 +20,7 @@ class Group(NamedTuple): @contextlib.contextmanager -def _group(s: str) -> Generator[None, None, None]: +def _group(s: str) -> Generator[None]: print(f'::group::{s}') try: yield