Browse Source

working on parsing piped msg

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
2074e7715f
  1. 3
      mtsenliven.py

3
mtsenliven.py

@ -82,8 +82,7 @@ def print_unique_only(output, err_flag=False):
if show_enable: if show_enable:
print(output_strip) print(output_strip)
if found_flag is not None: if found_flag is not None:
print("[ mtsenliven.py ] INFO: this is the last" print(" [ mtsenliven.py ] previous msg will be repressed")
" time the message above will be shown")
def process_msg(bstring): def process_msg(bstring):
output = bstring output = bstring

Loading…
Cancel
Save