FIX file:// in audiogen_static

875dc9876f was not enough!
This commit is contained in:
boyska 2015-05-22 14:17:56 +02:00
parent 423be1333f
commit e0eeceb31a

View file

@ -21,4 +21,4 @@ def generate(spec):
prefix='audiogen-static-')
os.close(tmp[0])
shutil.copy(path, tmp[1])
yield tmp[1]
yield 'file://' + tmp[1]