move tree, silence update
This commit is contained in:
parent
486baac69c
commit
7437bc3f7f
2 changed files with 8 additions and 8 deletions
|
@ -85,12 +85,6 @@
|
|||
"intellectual activity": {},
|
||||
"pulse": {},
|
||||
"respiration": {}
|
||||
},
|
||||
"body": {
|
||||
"arm": {}
|
||||
},
|
||||
"element": {
|
||||
"air": {}
|
||||
}
|
||||
},
|
||||
"the everyday": {
|
||||
|
@ -304,6 +298,12 @@
|
|||
"indoor": {},
|
||||
"outdoor": {},
|
||||
"sandal": {}
|
||||
},
|
||||
"element": {
|
||||
"air": {}
|
||||
},
|
||||
"body": {
|
||||
"arm": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ if __name__ == '__main__':
|
|||
if parent not in tree['missing']:
|
||||
tree['missing'][parent] = {}
|
||||
tree['missing'][parent][child] = {}
|
||||
print('missing root - %s: %s' % (parent, child))
|
||||
#print('missing root - %s: %s' % (parent, child))
|
||||
|
||||
#print(json.dumps(tree, indent=4, sort_keys=True))
|
||||
sized_ontology = {
|
||||
|
|
Loading…
Reference in a new issue