Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit ae31977

Browse files
committed
Set default for launch_shell parameter use_alternative_endpoints
1 parent 3a5eddf commit ae31977

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/jumpstarter/jumpstarter/common

packages/jumpstarter/jumpstarter/common/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ def launch_shell(
9494
context: str,
9595
allow: list[str],
9696
unsafe: bool,
97-
use_alternative_endpoints: bool,
97+
*,
98+
use_alternative_endpoints: bool = False,
9899
) -> int:
99100
"""Launch a shell with a custom prompt indicating the exporter type.
100101

0 commit comments

Comments
 (0)