This commit is contained in:
Andreas Stephanides
2017-02-08 07:13:53 +01:00
parent 589807f5e2
commit 127bc9c557
6 changed files with 84 additions and 25 deletions

View File

@@ -55,7 +55,9 @@ def run_fetch():
#comile something from the compile list
def run_compile():
tc,tpe,h, p = compile_queue.get()
h=do_compile(tpe,h)
if p.has_key('parent_item'):
h["parent_item"]=p["parent_item"]
h=do_compile(tpe,h,p)
process_queue.put((0,tpe, h,p))
return h
# compile_queue.task_done()