mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
86081e47d8
commit
2331baf157
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user