There was an error while loading. Please reload this page.
1 parent b62a9dd commit a012f2dCopy full SHA for a012f2d
1 file changed
prometheus/lang_graph/subgraphs/issue_bug_subgraph.py
@@ -108,7 +108,6 @@ def __init__(
108
workflow.add_conditional_edges(
109
"bug_reproduction_subgraph_node",
110
lambda state: state["reproduced_bug"]
111
- or state["run_build"]
112
or state["run_existing_test"],
113
{
114
True: "issue_verified_bug_subgraph_node",
0 commit comments