mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 04:34:47 +03:00
Save image before get_command()
This commit is contained in:
parent
76ec3ee66b
commit
438dc4504b
|
@ -78,7 +78,7 @@ def test_commandviewer():
|
||||||
basecmd = "rm -f {file}"
|
basecmd = "rm -f {file}"
|
||||||
viewer = ImageShow.CommandViewer()
|
viewer = ImageShow.CommandViewer()
|
||||||
im = hopper()
|
im = hopper()
|
||||||
viewer.get_command(im, command=basecmd)
|
viewer.get_command(viewer.save_image(im), command=basecmd)
|
||||||
|
|
||||||
|
|
||||||
def test_ipythonviewer():
|
def test_ipythonviewer():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user