Adapted client code to use new findTool... api and fixed test cases.

This commit is contained in:
Markus Lampert
2021-01-26 18:14:09 -08:00
parent df6de8693e
commit 3ec542b071
3 changed files with 27 additions and 27 deletions
@@ -143,7 +143,7 @@ class ModelFactory(object):
for toolBit in library['tools']:
try:
nr = toolBit['nr']
bit = PathToolBit.findBit(toolBit['path'])
bit = PathToolBit.findToolBit(toolBit['path'], path)
if bit:
PathLog.track(bit)
tool = PathToolBit.Declaration(bit)