fsch
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user