From d3d8b542dc7f2419508069b39e4a1404fc0729bc Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Thu, 24 Jun 2021 14:31:49 -0700 Subject: [PATCH] Removed comment --- py-scripts/test_l4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l4.py b/py-scripts/test_l4.py index db3cca2c..1b9ba8a7 100755 --- a/py-scripts/test_l4.py +++ b/py-scripts/test_l4.py @@ -390,7 +390,7 @@ python3 ./test_l4.py print(ip_test.get_fail_message()) exit(1) time.sleep(30) - # ip_test.cleanup(station_list) + ip_test.cleanup(station_list) if ip_test.passes(): print("Full test passed")