Skip to content

Conversation

erinleighh
Copy link
Contributor

No description provided.

@erinleighh erinleighh marked this pull request as ready for review June 11, 2025 17:00
@erinleighh erinleighh requested a review from kherner June 11, 2025 17:29
_try_export(mwi, expid_set, _log)
exported = _try_export(mwi, expid_set, _log)
if not exported:
raise
Copy link
Member

Choose a reason for hiding this comment

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

Bare raise only works inside an exception handler, otherwise there's no "current exception" to reraise.

Why not simply call export_outputs directly?

Copy link

@kherner kherner left a comment

Choose a reason for hiding this comment

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

Looks like @kfindeisen already covered it, but I join his comments.

@erinleighh erinleighh merged commit 80b14fc into main Jul 17, 2025
11 checks passed
@erinleighh erinleighh deleted the tickets/DM-51347 branch July 17, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants