Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion traincheck/invariant/contain_relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ def static_check_all(
var_unchanged_check_passed = True
found_expected_child_event = False

if check_relation_first:
if not check_relation_first:
# precondition check
if not preconditions.verify(
[parent_pre_record], PARENT_GROUP_NAME, trace
Expand Down