Skip to content

Commit be414e0

Browse files
committed
no need to reset
1 parent d3cd48c commit be414e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tree_node.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ Expected<NodeStatus> TreeNode::checkPreConditions()
225225
if (!parse_executor(env).cast<bool>())
226226
{
227227
haltNode();
228-
resetStatus();
229228
return NodeStatus::SKIPPED;
230229
}
231230
}

0 commit comments

Comments
 (0)