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