Skip to content

Commit

Permalink
ping
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 22, 2024
1 parent 734f78b commit f607c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moler/cmd/unix/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(self, connection, destination, options=None, prompt=None, newline_c
self.options = options
self.destination = destination
self._converter_helper = ConverterHelper.get_converter_helper()
print("\n\n******ping********\n\n")

def build_command_string(self):
"""
Expand All @@ -52,6 +53,7 @@ def on_new_line(self, line, is_full_line):
:param is_full_line: True if line had new line chars, False otherwise
:return: None
"""
print(f"ping on_new_line is_full_line={is_full_line}, line='{line}'")
if is_full_line:
try:
self._parse_trans_recv_loss_time_plus_errors(line)
Expand Down

0 comments on commit f607c73

Please sign in to comment.