user attributes kinda works. Hacked.

This commit is contained in:
sliptonic
2020-04-04 19:09:39 -05:00
parent 4030e44e41
commit ee520f1013
4 changed files with 63 additions and 27 deletions

View File

@@ -269,6 +269,7 @@ class ToolBitLibrary(object):
self.model.clear()
self.model.setHorizontalHeaderLabels(self.columnNames())
if path:
print(f"Path: {path}")
with open(path) as fp:
library = json.load(fp)
for toolBit in library['tools']: