This commit is contained in:
Marco Strigl 2024-09-16 17:26:14 +00:00 committed by GitHub
commit e3641a46f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View file

@ -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