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