forked from goodboy/tractor
1
0
Fork 0

Disable ctl-c prompt checks again

sigintsaviour_citesthackin
Tyler Goodlet 2022-07-12 12:37:15 -04:00
parent 6ccfeb17d5
commit fe4adbf6f0
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def do_ctlc(
child,
count: int = 3,
delay: float = 0.1,
expect_prompt: bool = True,
expect_prompt: bool = False,
patt: Optional[str] = None,
) -> None: