added method remaining_job_count which returns the number of jobs that
are neither done nor failed. Changed print_stats to show remaining_job_count instead of done. Since this number now counts done to zero, it is much easier to read how much work is left to do.
Please register or sign in to comment