fuck man major readjustment but it is running again...
This commit is contained in:
Binary file not shown.
@@ -40,10 +40,10 @@ def search_yaml_files(directory = "db"):
|
||||
productions[comm['name']]=[]
|
||||
productions[comm['name']].append(comm)
|
||||
productions_id_map[comm["id"]]=comm
|
||||
for comp in comm["prod"]:
|
||||
k=list(comp.keys())[0]
|
||||
if k not in productions_uses:
|
||||
productions_uses[k]=[]
|
||||
productions_uses[k].append(comm)
|
||||
k=comm["prod"].keys()
|
||||
for component in k:
|
||||
if component not in productions_uses:
|
||||
productions_uses[component]=[]
|
||||
productions_uses[component].append(comm)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user