mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
cleanup tempfile
This commit is contained in:
parent
ae5bcb8e84
commit
1706e59d1c
|
@ -38,7 +38,7 @@ def test_roundtrip():
|
||||||
|
|
||||||
def test_roundtrip2():
|
def test_roundtrip2():
|
||||||
#see https://github.com/python-imaging/Pillow/issues/403
|
#see https://github.com/python-imaging/Pillow/issues/403
|
||||||
out = 'temp.gif'#tempfile('temp.gif')
|
out = tempfile('temp.gif')
|
||||||
im = Image.open('Images/lena.gif')
|
im = Image.open('Images/lena.gif')
|
||||||
im2 = im.copy()
|
im2 = im.copy()
|
||||||
im2.save(out)
|
im2.save(out)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user