You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Fix make_lines excludes fields with empty strings (#655) (#766)
* Fix make_lines excludes fields with empty strings (#655)
Converting to unicode required something to be done with None values. They were
converted to empty strings which were subsequently ignored. This makes it
impossible to write an explicitly empty string, which should be possible. This
change distinguishes between None and empty strings.
* Fix linting failure due to long comment line
Co-authored-by: Greg Schrock <gschrock@128technology.com>
0 commit comments