Disable ctl-c prompt checks again

signint_saviour
Tyler Goodlet 2022-07-12 12:37:15 -04:00
parent dadd5e6148
commit 617d57dc35
1 changed files with 1 additions and 1 deletions

View File

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