Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Feb 8, 2023
1 parent 671f7e1 commit 3d828c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlite_xeus_python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_env(
for channel in channels:
channels_args.extend(["-c", channel])

if MAMBA_COMMAND:
if MAMBA_COMMAND:
# Mamba needs the directory to exist already
prefix_path.mkdir(parents=True, exist_ok=True)
return _create_env_with_config(MAMBA_COMMAND, prefix_path, specs, channels_args)
Expand Down

0 comments on commit 3d828c7

Please sign in to comment.