Skip to content

Commit bc82e81

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cibuildwheel/pyodide.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def install_emscripten(tmp: Path, version: str) -> Path:
6464
def install_xbuildenv(env: dict[str, str], pyodide_version: str) -> str:
6565
xbuildenv_cache_dir = CIBW_CACHE_PATH
6666
pyodide_root = (
67-
xbuildenv_cache_dir / f".pyodide-xbuildenv-0.26.0.dev0/{pyodide_version}/xbuildenv/pyodide-root"
67+
xbuildenv_cache_dir
68+
/ f".pyodide-xbuildenv-0.26.0.dev0/{pyodide_version}/xbuildenv/pyodide-root"
6869
)
6970
if pyodide_root.exists():
7071
return str(pyodide_root)

0 commit comments

Comments
 (0)