fix exporting a packaged deck with media+foreign chars

This commit is contained in:
Damien Elmes 2011-01-18 01:23:26 +09:00
parent 36aadf1849
commit 49f3da23a4

View file

@ -2108,7 +2108,7 @@ it to your friends.
if mdir:
for f in os.listdir(mdir):
zip.write(os.path.join(mdir, f),
str(os.path.join("shared.media/", f)))
os.path.join("shared.media/", f))
os.chdir(pwd)
shutil.rmtree(mdir)
os.chdir(pwd)