This commit is contained in:
sliptonic
2024-06-22 08:15:25 -05:00
committed by GitHub
parent f294a5efc5
commit 45439f0a36

View File

@@ -611,7 +611,7 @@ class ToolBitLibrary(object):
self.temptool = None
# add it to the model
self.factory.newTool(self.toolModel, fullpath)
self.factory.new_tool(self.toolModel, fullpath)
def toolBitExisting(self):
@@ -626,7 +626,7 @@ class ToolBitLibrary(object):
fname = os.path.splitext(fil)[0]
fullpath = "{}{}{}.fctb".format(loc, os.path.sep, fname)
self.factory.newTool(self.toolModel, fullpath)
self.factory.new_tool(self.toolModel, fullpath)
def toolDelete(self):
Path.Log.track()