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

Conversation

akhilnarang
Copy link
Member

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'.

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 akhilnarang requested a review from a team as a code owner April 25, 2024 11:57
@akhilnarang akhilnarang requested review from ankush and removed request for a team April 25, 2024 11:57
@akhilnarang akhilnarang added backport version-14-hotfix backport to version 14 backport version-15-hotfix Backport the PR to v15 labels Apr 29, 2024
@akhilnarang akhilnarang merged commit bcc190b into frappe:develop Apr 29, 2024
25 checks passed
@akhilnarang akhilnarang deleted the fix-csv-delimiter-check branch April 29, 2024 10:10
akhilnarang added a commit that referenced this pull request Apr 30, 2024
…-26165

fix(report_utils): ensure that delimiter and separator can't be empty (backport #26165)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport version-14-hotfix backport to version 14 backport version-15-hotfix Backport the PR to v15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant