add openSUSE conference 2022
revert audiofile handling
This commit is contained in:
parent
d10e8b401f
commit
2414913c3e
17 changed files with 7487 additions and 9 deletions
2
make.py
2
make.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue