# HG changeset patch # User Franz Glasner # Date 1743171789 -3600 # Node ID 5b98810fe367bcf71be5392a193018cbf84eb41a # Parent 9ee84624587f67b66bd494df0e1234be193fd25a treesum: attribute comment for "LS" diff -r 9ee84624587f -r 5b98810fe367 cutils/treesum.py --- a/cutils/treesum.py Fri Mar 28 15:16:12 2025 +0100 +++ b/cutils/treesum.py Fri Mar 28 15:23:09 2025 +0100 @@ -1286,6 +1286,8 @@ """ LS = util.b(os.linesep) + """Because we write the output as binary files we need the official line + separator for you OS as bytes""" def __init__(self, outfp, use_base64=False): self._outfp = outfp