From 1d46509af4330c44289c6038fd91020a83dfc520 Mon Sep 17 00:00:00 2001 From: rkebichi <54912798+rkebichi@users.noreply.github.com> Date: Mon, 23 Mar 2020 17:29:38 -0400 Subject: [PATCH] Update check_trace.py --- script/check_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check_trace.py b/script/check_trace.py index 0023fa663b..44bb022569 100644 --- a/script/check_trace.py +++ b/script/check_trace.py @@ -27,7 +27,7 @@ import argparse events_count = {} events_order = {} trace2level = {} -trace2level_filename = 'tests_trace_cmp_levels.txt' +trace2level_filename = 'test/tests_trace_cmp_levels.txt' def parse_trace_levels(filename): f = open(filename)