Skip to content

Conversation

Hnasar
Copy link
Contributor

@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
@astanin
Copy link
Owner

astanin commented Jul 23, 2025

The change seems reasonable.

@astanin astanin added the bug Something isn't working label Jul 23, 2025
@astanin astanin merged commit 4042e61 into astanin:master Jul 23, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
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
2 participants