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,7 +78,6 @@ def test_commandviewer():
|
||||||
basecmd = "rm -f {file}"
|
basecmd = "rm -f {file}"
|
||||||
viewer = ImageShow.CommandViewer()
|
viewer = ImageShow.CommandViewer()
|
||||||
im = hopper()
|
im = hopper()
|
||||||
try:
|
|
||||||
viewer.get_command(im, command=basecmd)
|
viewer.get_command(im, command=basecmd)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user