Updates to run_job.py

This commit is contained in:
Steven Robertson
2011-10-27 10:26:30 -04:00
parent 5368a9254a
commit 3c1dac530b
2 changed files with 13 additions and 9 deletions

View File

@ -213,6 +213,7 @@ class Renderer(object):
grid=(cps_per_block, 1),
texrefs=[tref], stream=iter_stream)
iter_stream.synchronize()
if filter_done_event:
while not filt_stream.is_done():
timemod.sleep(0.01)