diff --git a/build_files/utils/make_source_archive.py b/build_files/utils/make_source_archive.py index 78f42a044a3..895742100ac 100755 --- a/build_files/utils/make_source_archive.py +++ b/build_files/utils/make_source_archive.py @@ -294,7 +294,7 @@ def git_ls_files(directory: Path = Path(".")) -> Iterable[Path]: yield path -def git_command(cli_args: str, split_char="\n") -> Iterable[str]: +def git_command(cli_args: str, split_char: str = "\n") -> Iterable[str]: """Generator, yields lines of output from a Git command.""" command = "git " + cli_args