Skip to content

Commit

Permalink
fix loading empack_config (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
katotetsuro authored Jan 29, 2024
1 parent bc03064 commit 970155a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyterlite_xeus/add_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def pack_prefix(self, kernel_dir):

pack_kwargs = {}

file_filters = pkg_file_filter_from_yaml(DEFAULT_CONFIG_PATH)
empack_config = self.empack_config

# Download env filter config
Expand All @@ -283,7 +282,7 @@ def pack_prefix(self, kernel_dir):
relocate_prefix="/",
outdir=out_path,
use_cache=True,
file_filters=file_filters,
**pack_kwargs,
)

# Pack user defined mount points
Expand Down

0 comments on commit 970155a

Please sign in to comment.