This commit is contained in:
gnought 2026-02-21 12:10:43 +08:00
parent 8fd50fcc98
commit 0287f07421
No known key found for this signature in database
GPG key ID: 04D7C0864CCDDF10

View file

@ -203,7 +203,7 @@ class Store:
git.init_repo(directory, repo)
env = git.no_git_env()
def _git_cmd(*args: str, check=True) -> None:
def _git_cmd(*args: str, check: bool = True) -> None:
cmd_output_b('git', *args, cwd=directory, env=env, check=check)
try: