From 9886d054749fdcfa73f60dcd149c6bf0dfd83a6b Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:25:39 +0530 Subject: T0000: ruff check --- src/tests/test_config_parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/test_config_parser.py') diff --git a/src/tests/test_config_parser.py b/src/tests/test_config_parser.py index c69732d..2ae3d24 100644 --- a/src/tests/test_config_parser.py +++ b/src/tests/test_config_parser.py @@ -22,6 +22,7 @@ class TestConfigParser(TestCase): def setUp(self): with open('tests/data/config.valid', 'r') as f: config_string = f.read() + if False: print('False') self.config = vyos.configtree.ConfigTree(config_string) def test_top_level_valueless(self): -- cgit v1.2.3