Skip to content

Commit

Permalink
nl'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Jan 11, 2024
1 parent c504113 commit 7ecfddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions moler/cmd/commandchangingprompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def on_new_line(self, line, is_full_line):
if self._sent and is_full_line:
self._sent = False


def _detect_prompt_after_exception(self, line):
"""
Detects start prompt.
Expand All @@ -114,7 +113,7 @@ def _settings_after_login(self, line, is_full_line):
:param line: Line from device.
:param is_full_line: True if line had new line chars, False otherwise.
:return: None but raises ParsingDone if line has information to handle by this method.
:return: None but raises ParsingDone if line has informaion to handle by this method.
"""
sent = self._send_after_login_settings(line)
if sent:
Expand Down

0 comments on commit 7ecfddb

Please sign in to comment.