From e2ac92aa7331e31b005117cb126070970c15d02f Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 10 Oct 2020 16:53:37 -0600 Subject: [PATCH] test_l3_longevity.py Header update --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 8b022917..d7a98ed5 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -969,7 +969,7 @@ class L3VariableTime(LFCliBase): station_profile.cleanup() def csv_generate_column_headers(self): - csv_rx_headers = ['Time epoch','Monitor'] + csv_rx_headers = ['Time epoch','Time','Monitor'] for i in range(1,6): csv_rx_headers.append("least_rx_data {}".format(i)) for i in range(1,6):