[AutoTool] misc cleanup
This commit is contained in:
parent
4d9aaf2fd9
commit
b62879b410
1 changed files with 1 additions and 1 deletions
|
|
@ -1541,7 +1541,7 @@ class AutoTool(Tool):
|
||||||
) -> ILibrary:
|
) -> ILibrary:
|
||||||
|
|
||||||
tree, pat = Library.mktree(SINGLE_USE_PREFIX + 'traceL')
|
tree, pat = Library.mktree(SINGLE_USE_PREFIX + 'traceL')
|
||||||
pat.add_port_pair(names=(port_names[0], port_names[1]))
|
pat.add_port_pair(names=port_names)
|
||||||
|
|
||||||
for step in batch:
|
for step in batch:
|
||||||
assert step.tool == self
|
assert step.tool == self
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue