diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index ff2bafead..00c7d86e8 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -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():