From ea9fede527dc4d1793a1224a3cfc90eb6052cf19 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Thu, 17 Dec 2020 16:49:08 -0800 Subject: [PATCH] Uncommented necesarry code --- py-scripts/test_fileio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index d969a086..439b0032 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -727,7 +727,7 @@ Generic command layout: ip_test.build() if not ip_test.passes(): print(ip_test.get_fail_message()) - # ip_test.start(False, False) + ip_test.start(False, False) ip_test.stop() if not ip_test.passes(): print(ip_test.get_fail_message())