remove exceptless try statement

This commit is contained in:
Mihail Shinder 2021-11-20 13:42:13 +02:00
parent 054c3f5463
commit 76ec3ee66b
No known key found for this signature in database
GPG Key ID: C89443B0B525978E

View File

@ -78,8 +78,7 @@ 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)
def test_ipythonviewer(): def test_ipythonviewer():