Skip to content

fix crash that causes corrupted robot xml when a context manager decorated with @keyword(wrap_context_manager=True) raises an exception in its __enter__ method#373

Merged
DetachHead merged 1 commit intomasterfrom
fix-keyword-that-raises-in-enter
Dec 9, 2025
Merged

fix crash that causes corrupted robot xml when a context manager decorated with @keyword(wrap_context_manager=True) raises an exception in its __enter__ method#373
DetachHead merged 1 commit intomasterfrom
fix-keyword-that-raises-in-enter

Conversation

@DetachHead
Copy link
Copy Markdown
Owner

fixes #372

…rated with `@keyword(wrap_context_manager=True)` raises an exception in its `__enter__` method
@DetachHead DetachHead merged commit 6d92d8f into master Dec 9, 2025
39 checks passed
@DetachHead DetachHead deleted the fix-keyword-that-raises-in-enter branch December 9, 2025 07:15
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.

robot xml gets corrupted when wrapped context manager keyword raises an exception in its __enter__

1 participant