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

This commit is contained in:
Markus Lampert
2021-01-15 19:07:22 -08:00
parent 495732ae6c
commit fccc7e6875
3 changed files with 27 additions and 27 deletions

View File

@@ -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)