Skip to content

Commit

Permalink
Fix for corrupted TIF images
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Oct 10, 2024
1 parent 6459225 commit f3e20d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import base64
import json
import logging
import struct
from typing import (
Any,
Dict,
Expand Down Expand Up @@ -278,6 +279,7 @@ def set_meta(
KeyError,
OSError,
RuntimeError,
struct.error,
tifffile.OmeXmlError,
tifffile.TiffFileError,
TypeError,
Expand Down

0 comments on commit f3e20d9

Please sign in to comment.