Mercurial > hgrepos > Python > apps > py-cutils
changeset 332:5b98810fe367
treesum: attribute comment for "LS"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 28 Mar 2025 15:23:09 +0100 |
| parents | 9ee84624587f |
| children | 2a244a05bbb5 |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
