Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Apr 6, 2023
1 parent 89db13f commit e6a77ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/pyodide.py
Expand Up @@ -296,7 +296,7 @@ def build(options: Options, tmp_path: Path) -> None:
build_options.package_dir,
*extra_flags,
env=build_env,
cwd=identifier_tmp_dir / "build"
cwd=identifier_tmp_dir / "build",
)
output = next((identifier_tmp_dir / "build/dist").glob("*.whl"))
shutil.move(str(output), built_wheel_dir)
Expand Down

0 comments on commit e6a77ed

Please sign in to comment.