diff options
Diffstat (limited to 'lib/loader.py')
-rw-r--r-- | lib/loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/loader.py b/lib/loader.py index 649c032..a319c94 100644 --- a/lib/loader.py +++ b/lib/loader.py @@ -1004,7 +1004,7 @@ class RawData: "info": members[0], "setup": self.setup_by_fileno[j], "repeat_id": repeat_id, - "expected_trace": ptalog["traces"][j], + "expected_trace": traces, "with_traces": self.with_traces, "transition_names": list( map( |