DiskObjectStore: fixed ignoring of comment lines
In Python3, b"something"[0] is not b"s", but ord(b"s").
On the otherhand, startswith just works.
DiskObjectStore: fixed ignoring of comment lines Tags None Subscribers None
Description
Details
Event Timeline |