parent
423be1333f
commit
e0eeceb31a
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ def generate(spec):
|
||||||
prefix='audiogen-static-')
|
prefix='audiogen-static-')
|
||||||
os.close(tmp[0])
|
os.close(tmp[0])
|
||||||
shutil.copy(path, tmp[1])
|
shutil.copy(path, tmp[1])
|
||||||
yield tmp[1]
|
yield 'file://' + tmp[1]
|
||||||
|
|
Loading…
Reference in a new issue