Skip to content

Commit

Permalink
Fix voici check (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Jan 29, 2024
1 parent d2bf740 commit f442f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlite_xeus/add_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def pack_prefix(self, kernel_dir):
# Pack JupyterLite content if enabled
# If we only build a voici output, mount jupyterlite content into the kernel by default
if self.mount_jupyterlite_content or (
self.manager.apps == ["voici"] and self.mount_jupyterlite_content is None
list(self.manager.apps) == ["voici"] and self.mount_jupyterlite_content is None
):
contents_dir = self.manager.output_dir / "files"

Expand Down

0 comments on commit f442f25

Please sign in to comment.