Skip to content

Commit 5f1c6a2

Browse files
committed
ADD: Add unit test for tiffreader
1 parent 3291776 commit 5f1c6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def try_tiff(
595595
except ValueError as e:
596596
if "Unsupported TIFF WSI format" in str(e):
597597
return _handle_virtual_wsi(last_suffix, input_path, mpp, power)
598-
raise # pragma: no cover
598+
raise
599599
return None
600600

601601
def __init__(

0 commit comments

Comments
 (0)