Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BMCV/giatools
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Apr 23, 2024
2 parents 1d6307d + be515e4 commit 124731f
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, impl=skimage.io.imread, **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 124731f

Please sign in to comment.