muccc / iridium-toolkit

A set of tools to parse Iridium frames
482 stars 112 forks source link

Get rid of the colon after each frame type in stats-parsed #24

Closed haakov closed 5 years ago

haakov commented 5 years ago

Cosmetic change.

Before:

----------------------------------------------
parsed:  60 lines
Good frames:
      8 IDA:
     40 ISY:
Total good frames: 60
IDA with CRC:OK: 1
IIP with FCS:OK: 1
Bad frames:
Total bad frames: 0
----------------------------------------------

After:

----------------------------------------------
parsed:  60 lines
Good frames:
      8 IDA
     40 ISY
Total good frames: 60
IDA with CRC:OK: 1
IIP with FCS:OK: 1
Bad frames:
Total bad frames: 0
----------------------------------------------