Skip to content

Commit ed6bc4f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5f4394c commit ed6bc4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cibuildwheel/platforms/pyodide.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,6 @@ def build(options: Options, tmp_path: Path) -> None:
550550
built_wheels.append(output_wheel)
551551
log.build_end(output_wheel)
552552

553-
554553
except subprocess.CalledProcessError as error:
555554
msg = f"Command {error.cmd} failed with code {error.returncode}. {error.stdout or ''}"
556555
raise errors.FatalError(msg) from error
557-

0 commit comments

Comments
 (0)