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

fix(report_utils): ensure that delimiter and separator can't be empty #26165

Merged
merged 1 commit into from Apr 29, 2024

Commits on Apr 25, 2024

  1. fix(report_utils): ensure that delimiter and separator can't be empty

    This results in them setting as `undefined`, which ends up as a string
    in python, and the delimiter ends up as `'u'`, and the separator as
    `'undefined'`.
    
    Signed-off-by: Akhil Narang <me@akhilnarang.dev>
    akhilnarang committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    af611d4 View commit details
    Browse the repository at this point in the history