This commit is contained in:
Kovid Goyal 2019-12-06 12:00:37 +05:30
parent 86081e47d8
commit 2331baf157
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,7 +40,7 @@ def run_worker(job, decorate=True):
def create_job(cmd, human_text=None, cwd=None): def create_job(cmd, human_text=None, cwd=None):
return (cmd, human_text) return Job(cmd, human_text, cwd)
def parallel_build(jobs, log, verbose=True): def parallel_build(jobs, log, verbose=True):