Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Oct 9, 2024
1 parent 47b05e8 commit 2ea1da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 2ea1da5

Please sign in to comment.