balena-io-modules / mahler

A automated task composer and HTN based planner for building autonomous system agents.
Apache License 2.0
7 stars 1 forks source link

Fix bug when diagraming nested method calls #36

Closed pipex closed 1 year ago

pipex commented 1 year ago

Nested methods would only get drawn correctly if no actions preceeded the method call. If a previous action had been chosen in the plan, the parents would get chosen incorrectly.

Change-type: patch

pipex commented 1 year ago

LGTM