Skip to content

Commit

Permalink
Merge pull request #1656 from girder/bioformats-exception
Browse files Browse the repository at this point in the history
Handle a variation in a bioformats exception
  • Loading branch information
manthey authored Sep 30, 2024
2 parents 79808b6 + f542d9d commit 24986ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Changes

- Handle a rasterio deprecation ([#1655](../../pull/1655))
- Handle a variation in a bioformats exception ([#1656](../../pull/1656))

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _monitor_thread():
source._bioimage = None
except Exception:
pass
except AssertionError:
except Exception:
pass
finally:
if javabridge.get_env():
Expand Down

0 comments on commit 24986ff

Please sign in to comment.