breakpoint_shell: make work_dir optional
This commit is contained in:
@@ -51,7 +51,7 @@ def breakpoint_container(
|
|||||||
|
|
||||||
|
|
||||||
def breakpoint_shell(
|
def breakpoint_shell(
|
||||||
work_dir: Path,
|
work_dir: Path = Path(os.getcwd()),
|
||||||
env: Optional[Dict[str, str]] = None,
|
env: Optional[Dict[str, str]] = None,
|
||||||
cmd: Optional[List[str]] = None,
|
cmd: Optional[List[str]] = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user