move tree, silence update

This commit is contained in:
j 2018-08-10 12:26:48 +01:00
parent 486baac69c
commit 7437bc3f7f
2 changed files with 8 additions and 8 deletions

View File

@ -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": {}
}
}
}
@ -425,4 +425,4 @@
}
}
}
}
}

View File

@ -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 = {