Page MenuHomeSoftware Heritage

Fix author parsing on empty email/name.
ClosedPublic

Authored by vlorentz on Jul 25 2019, 3:56 PM.

Details

Summary

All strings should be converted to bytes, not just non-empty
strings; otherwise the results could contain empty strings
where bytes are expected.

Diff Detail

Repository
rDLDPY PyPI loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.