mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 13:40:54 +03:00
Save to a self.tempfile() so it's properly cleaned up afterwards
This commit is contained in:
parent
6ec6b16eb6
commit
4a92c24aa6
|
@ -316,7 +316,7 @@ class TestFileTiff(PillowTestCase):
|
||||||
|
|
||||||
# Act / Assert
|
# Act / Assert
|
||||||
# Should not divide by zero
|
# Should not divide by zero
|
||||||
im.save("test.tif")
|
im.save(outfile)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user