From 840af77bf36fd5b01d0e1aba8a3dca10978dfb4d Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 20 Apr 2021 14:06:22 -0600 Subject: [PATCH] lf_snp_test.py bug fixes --- py-scripts/lf_snp_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/lf_snp_test.py b/py-scripts/lf_snp_test.py index b3410aa9..db0ee876 100755 --- a/py-scripts/lf_snp_test.py +++ b/py-scripts/lf_snp_test.py @@ -919,7 +919,7 @@ class L3VariableTime(Realm): if value_name == 'rx drop %': endp_rx_drop_map[item] = value_rx_drop - return endp_rx_map, endp_rx_drop_map + return endp_rx_map, endp_rx_drop_map, endps, total_dl, total_ul def time_stamp(self): return time.strftime('%Y_%m_%d_%H_%M_%S', time.localtime(self.epoch_time))