Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-39325: Fix stripping of ANSI escapes in Slack messages #264

Merged
merged 1 commit into from
May 22, 2023

Conversation

rra
Copy link
Member

@rra rra commented May 22, 2023

When reporting errors to Slack, mobu 5.0.0 mistakenly started stripping ANSI escape sequences from the code being executed, which should be safe since it comes from local notebooks or configuration, instead of the error output, which is where Jupyter labs like to add formatting. Strip ANSI escape sequences from the error output instead of the code.

When reporting errors to Slack, mobu 5.0.0 mistakenly started
stripping ANSI escape sequences from the code being executed,
which should be safe since it comes from local notebooks or
configuration, instead of the error output, which is where Jupyter
labs like to add formatting. Strip ANSI escape sequences from the
error output instead of the code.
@rra rra merged commit 1faa7b9 into main May 22, 2023
@rra rra deleted the tickets/DM-39325 branch May 22, 2023 23:43
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.

1 participant