Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b4e1d2f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix graph_ams dot file generation." into main

parents 4465f3e0 136b7e9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ def print_dot_nodes(nodes):
    if colour:
      attrs.append(make_attr("fillcolor", colour))
      attrs.append(make_attr("style", "filled"))
    print(f"  {n["id"]} [" + " ".join(attrs) + "]")
    print(f"  {n["pid"]} [" + " ".join(attrs) + "]")

def print_dot_edges(edges, bindflags, highlight):
  """Print all the edges based on service connections."""