fix: remove overly general match for long running commands (#87)
This commit is contained in:
@@ -170,7 +170,6 @@ class Developer(Toolkit):
|
|||||||
r"\(y/N\)", # Yes/No prompt
|
r"\(y/N\)", # Yes/No prompt
|
||||||
r"Press any key to continue", # Awaiting keypress
|
r"Press any key to continue", # Awaiting keypress
|
||||||
r"Waiting for input", # General waiting message
|
r"Waiting for input", # General waiting message
|
||||||
r"\?\s", # Prompts starting with '? '
|
|
||||||
]
|
]
|
||||||
compiled_patterns = [re.compile(pattern, re.IGNORECASE) for pattern in interaction_patterns]
|
compiled_patterns = [re.compile(pattern, re.IGNORECASE) for pattern in interaction_patterns]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user