mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
change file mode
This commit is contained in:
parent
e304a0d501
commit
83a5f6e5b5
|
@ -366,7 +366,7 @@ class TestColorLut3DFilter(PillowTestCase):
|
|||
] * 3)
|
||||
|
||||
def test_from_cube_file_filename(self):
|
||||
with NamedTemporaryFile() as f:
|
||||
with NamedTemporaryFile('w+t') as f:
|
||||
f.write(
|
||||
"LUT_3D_SIZE 2\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user