FIX localfile in randomdir

This commit is contained in:
boyska 2015-02-23 16:06:05 +01:00
parent bf557d789b
commit 875dc9876f
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

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