From a0ce191fac07213a73e872e60163d79701e00a11 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 23 Jul 2020 20:13:04 -0600 Subject: [PATCH] test_l3_longevity.py - fixed args --- py-scripts/test_l3_longevity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 9b68abf3..413bcfa7 100644 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -249,6 +249,7 @@ def main(): requiredNamed = parser.add_argument_group('required arguments') requiredNamed.add_argument('-r','--radio', action='append', nargs=4, metavar=('', '','',''), help ='--radio ',required=True) + args = parser.parse_args() if args.test_duration: test_duration = args.test_duration