Added a bytes cast when checking for terminal response (#48427)

pull/48740/head
Jed-Giblin 6 years ago committed by Nathaniel Case
parent 405d6d605f
commit bb6dc9204f

@ -57,7 +57,7 @@ class TerminalModule(TerminalBase):
terminal_inital_prompt_newline = False
def on_become(self, passwd=None):
if self._get_prompt().endswith('#'):
if self._get_prompt().endswith(b'#'):
return
cmd = {u'command': u'enable'}

Loading…
Cancel
Save