Skip to content

Conversation

@austinlau
Copy link
Contributor

Copy link
Collaborator

@kevmo314 kevmo314 left a comment

Choose a reason for hiding this comment

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

Thanks for the change, looks good just one fix.

if not self._borders is None:
tag.append('applyBorder="1" borderId="%d"' % (self._borders.id))
if not self._quote_prefix is None:
tag.append('quotePrefix="1"')
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this line has to be set based on the truthiness of quote prefix? The condition will write 1 even if it's set to false for example.

@kevmo314 kevmo314 merged commit c411584 into kz26:dev Apr 1, 2024
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.

2 participants