Skip to content

Commit 6816c05

Browse files
committed
BuildExecutor.appendix set by traitlets, not passed from BinderHub.appendix
1 parent 1554ee7 commit 6816c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ async def get(self, provider_prefix, _unescaped_spec):
463463
# memory_request=self.settings["build_memory_request"],
464464
# docker_host=self.settings["build_docker_host"],
465465
# node_selector=self.settings["build_node_selector"],
466-
appendix=appendix,
466+
# appendix=appendix,
467467
# log_tail_lines=self.settings["log_tail_lines"],
468468
git_credentials=provider.git_credentials,
469469
# sticky_builds=self.settings["sticky_builds"],

0 commit comments

Comments
 (0)