Skip to content

Fix handling "True"/"False" bool str and None #362

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hnasar
Copy link

@Hnasar Hnasar commented Mar 17, 2025

calling _type is incorrect here; the subsequent lines need a str. Also you can't reconstruct None with type(None)(None) anyway. This regressed in e8e3091

Fixes #305

calling _type is incorrect here; the subsequent lines need a `str`.
Also you can't reconstruct `None` with `type(None)(None)` anyway.
This regressed in e8e3091

Fixes astanin#305
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.

Can not tabulate row with a field that looks like a Python Bool using maxcolwidths
1 participant