Skip to content

Commit

Permalink
Update io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Apr 22, 2024
1 parent 09ccfa1 commit be515e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giatools/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def imread(*args, **kwargs):
When using ``skimage.io.imread`` to read an image file, sometimes errors can be reported although the image file will be read successfully.
In those cases, Galaxy might detect the errors and assume that the tool has failed: https://docs.galaxyproject.org/en/latest/dev/schema.html#error-detection
To prevent this, this wrapper around ``skimage.io.imread`` will mute non-fatal all errors.
To prevent this, this wrapper around ``skimage.io.imread`` will mute all non-fatal errors.
"""
try:

Expand Down

0 comments on commit be515e4

Please sign in to comment.