Merge d10e8b401f
into 1893beda4d
This commit is contained in:
commit
e3641a46f4
2 changed files with 9 additions and 4 deletions
2
make.py
2
make.py
|
@ -184,6 +184,8 @@ def worker():
|
|||
|
||||
# prepend workdir to input file
|
||||
task.infile = os.path.join(workdir, task.infile)
|
||||
if task.audiofile:
|
||||
task.audiofile = os.path.join(workdir, task.audiofile)
|
||||
task.outfile = os.path.join(outdir, task.outfile)
|
||||
task.workdir = workdir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue