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

chore: remove logic adding quotes to names containing , and ; #994

Merged
merged 4 commits into from
Jun 15, 2021

Conversation

JenniferMah
Copy link
Contributor

@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Jun 10, 2021
# Escape common CSV delimiters as workaround for
# https://github.com/sendgrid/sendgrid-python/issues/578
if value is not None and (',' in value or ';' in value):
value = html_entity_decode(value)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can drop all the html_entity_decode import stuff at the top of the file.

Copy link
Contributor

@eshanholtz eshanholtz left a comment

Choose a reason for hiding this comment

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

Looks good

@JenniferMah JenniferMah merged commit 23e696b into main Jun 15, 2021
@JenniferMah JenniferMah deleted the DI-1463 branch June 15, 2021 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants