This commit is contained in:
Kovid Goyal 2015-01-02 11:23:35 +05:30
parent 0bfc1f2798
commit 5dae12447e

View File

@ -60,6 +60,7 @@ class Stage2(Command):
for p in processes:
rc = p.poll()
if rc is not None:
if p.duration is None:
p.duration = int(time.time() - p.start_time)
else:
running = True