From f81d1d18d88dcd54aa8bdfb25ec9e46c4db394cb Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sun, 6 Aug 2023 18:51:09 +0100 Subject: [PATCH] Update cli.py --- src/pypi_data/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypi_data/cli.py b/src/pypi_data/cli.py index 8cb334d4..45593aa6 100644 --- a/src/pypi_data/cli.py +++ b/src/pypi_data/cli.py @@ -89,7 +89,7 @@ def group_by_size(github: Github, target_size: int) -> Iterable[list[tuple[int, @app.command() def group_index_urls(github_token: GithubToken, output_path: Annotated[Path, typer.Argument(dir_okay=True, file_okay=False)], - target_size: int = 1.2 * GB): + target_size: int = 1.3 * GB): g = github_client(github_token) outputs = [] group_dir = output_path / "groups"