mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 12:53:03 +02:00
...
This commit is contained in:
parent
86081e47d8
commit
2331baf157
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def run_worker(job, decorate=True):
|
|||
|
||||
|
||||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue