target: ensure shell_prompt is a bytes_regex
shell_prompt gets passed into expect and therefore must be encoded as bytes on Python 3.
Loading
Please register or sign in to comment
shell_prompt gets passed into expect and therefore must be encoded as bytes on Python 3.