correct off by 1 error in verify_attrs_interrupt, revert to previous lists.pl
This commit is contained in:
@@ -151,7 +151,6 @@ impl Line {
|
||||
&Line::Cut(_) => true,
|
||||
&Line::Fact(_) => true,
|
||||
&Line::Query(_) => true,
|
||||
&Line::Control(ControlInstruction::Proceed) => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user