Skip to content

Commit

Permalink
HOTFIX rpc exec branch prune (#3653)
Browse files Browse the repository at this point in the history
The backend can currently return branching with a single branch
  • Loading branch information
goodlyrottenapple authored Sep 12, 2023
1 parent ca76acb commit d677fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kore/src/Kore/Exec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ rpcExec
_ -> True
)
rs of
(s : ss) -> GraphTraversal.Branch prior $ fmap fst (s :| ss)
(s1 : s2 : ss) -> GraphTraversal.Branch prior $ fmap fst (s1 :| (s2 : ss))
-- either empty or single result
other -> toTransitionResult prior other

Expand Down

0 comments on commit d677fe6

Please sign in to comment.