From f700a2f77531dbc30754327fb05769f950aaff04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 28 Aug 2021 00:44:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cibuildwheel/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index 5884efc8..24008cdf 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -309,6 +309,7 @@ def build(options: BuildOptions) -> None: troubleshoot(options, error) sys.exit(1) + def _matches_prepared_command(error_cmd: List[str], command_template: str) -> bool: if len(error_cmd) < 3 or error_cmd[0:2] != ["sh", "-c"]: return False