mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +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
|
||||
# Should not divide by zero
|
||||
im.save("test.tif")
|
||||
im.save(outfile)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user