Skip to content

Commit 553cafa

Browse files
committed
Add no cover else branch.
1 parent d691939 commit 553cafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/utils/tiff_to_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main(svs_file_path: str, json_file_path: str, final_url: str) -> None:
6060

6161
if tiff.is_svs:
6262
metadata = TIFFWSIReaderDelegate.parse_svs_metadata(tiff_file_pages)
63-
else:
63+
else: # pragma: no cover
6464
metadata = TIFFWSIReaderDelegate.parse_generic_tiff_metadata(tiff_file_pages)
6565

6666
# Convert metadata to JSON-compatible format

0 commit comments

Comments
 (0)