Fix a leftover typo from depflag rework (#40101)

This commit is contained in:
Massimiliano Culpo
2023-09-20 16:16:53 +02:00
committed by GitHub
parent f89451b4b8
commit e963d02a07

View File

@@ -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))}\"]",
)