From 1ff4f8b19b56f2be8d24109a0bf2036149171b3b Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Wed, 15 Nov 2023 08:54:33 +0100 Subject: [PATCH] fixed typo --- lite/jupyterlite_xeus_python/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/jupyterlite_xeus_python/build.py b/lite/jupyterlite_xeus_python/build.py index 52524877..9f08d052 100644 --- a/lite/jupyterlite_xeus_python/build.py +++ b/lite/jupyterlite_xeus_python/build.py @@ -220,7 +220,7 @@ def _install_pip_dependencies(prefix_path, dependencies, log=None): def build_and_pack_emscripten_env( # noqa: C901, PLR0912, PLR0915 - python_version: str = PYTHON_VERSION + python_version: str = PYTHON_VERSION, packages: Optional[List[str]] = None, environment_file: str = "", root_prefix: str = "/tmp/xeus-python-kernel",