pass along tools

This commit is contained in:
Jan Petykiewicz 2023-02-08 08:44:17 -08:00 committed by jan
parent d0f76d150f
commit 6f97f7e6db

View File

@ -658,13 +658,15 @@ class Pather(Builder):
tools = source.tools tools = source.tools
new = Pather.from_builder(Builder.interface( new = Pather.from_builder(Builder.interface(
source=source, source=source,
library=library, library=library,
in_prefix=in_prefix, in_prefix=in_prefix,
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: