Fix a leftover typo from depflag rework (#40101)
This commit is contained in:
parent
f89451b4b8
commit
e963d02a07
@ -531,7 +531,7 @@ def edge_entry(self, edge):
|
||||
return (
|
||||
edge.parent.dag_hash(),
|
||||
edge.spec.dag_hash(),
|
||||
f"[color=\"{':'.join(colormap[x] for x in edge.deptypes)}\"]",
|
||||
f"[color=\"{':'.join(colormap[x] for x in dt.flag_to_tuple(edge.depflag))}\"]",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user