Skip to content

Openfortio swallows all exceptions#1210

Open
kaamyashinde wants to merge 2 commits into
mainfrom
openfortio-swallows-all-exceptions
Open

Openfortio swallows all exceptions#1210
kaamyashinde wants to merge 2 commits into
mainfrom
openfortio-swallows-all-exceptions

Conversation

@kaamyashinde

Copy link
Copy Markdown

Issue
Resolves #1186

Approach
Error raised inside the with openFortIO(...) block was being swallowed because of the old context manager.

This was rewrote using Python's contextlib.contextmanager helper. A test for this behaviour was also introduced.

@kaamyashinde kaamyashinde linked an issue Jun 25, 2026 that may be closed by this pull request
@kaamyashinde kaamyashinde marked this pull request as ready for review June 25, 2026 12:11
@kaamyashinde kaamyashinde moved this to Ready for Review in SCOUT Jun 25, 2026

@eivindjahren eivindjahren left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🎉 🌮

@github-project-automation github-project-automation Bot moved this from Ready for Review to Reviewed in SCOUT Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed

Development

Successfully merging this pull request may close these issues.

openFortIO swallows all exceptions

2 participants