add openSUSE conference 2022

revert audiofile handling
This commit is contained in:
lethliel 2023-06-21 09:55:44 +02:00
parent d10e8b401f
commit 2414913c3e
17 changed files with 7487 additions and 9 deletions

View file

@ -181,8 +181,6 @@ 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