From 2ea1da534dc444ae499c579826136a491f6af14b Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 9 Oct 2024 12:52:31 +0200 Subject: [PATCH] fix --- test_manager/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_manager/__init__.py b/test_manager/__init__.py index 5348358a..96d890c4 100644 --- a/test_manager/__init__.py +++ b/test_manager/__init__.py @@ -90,7 +90,7 @@ def generate_test(src_path, file, res_path, _unused): parser.add_argument('-g', '--github', action='store_true') args = parser.parse_args() if args.github or args.expected or args.tests or args.test_profiles or args.expected_profiles: - pass #load_profiles_from_git() + load_profiles_from_git() if args.tests or args.expected: TEST_IDX = 0 TEST_DICT = {}