pass along tools

This commit is contained in:
Jan Petykiewicz 2023-02-08 08:44:17 -08:00
parent e8348dfa75
commit c6b8027b4d

View File

@ -664,7 +664,9 @@ class Pather(Builder):
out_prefix=out_prefix, out_prefix=out_prefix,
port_map=port_map, port_map=port_map,
name=name, name=name,
)) ),
tools=tools,
)
return new return new
def __repr__(self) -> str: def __repr__(self) -> str: