Mercurial > hg > cc > cirrus_work
changeset 331:191127a9a663 trim
don't add final blank line, need to be able to concat lots of outputs
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Wed, 28 Jan 2026 18:42:34 +0000 |
| parents | c8a575d35fa1 |
| children | 83450325421f |
| files | lib/python/cc/lmh/warc2cdb.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/python/cc/lmh/warc2cdb.py Tue Jan 27 17:31:27 2026 +0000 +++ b/lib/python/cc/lmh/warc2cdb.py Wed Jan 28 18:42:34 2026 +0000 @@ -144,7 +144,6 @@ exit(1) print('%d LM headers, %d win, %d lose, %d non-ASCII URIs, %d dodgy schemes'%(N,WIN,LOSE,UERRS,NON_HTTP), file=sys.stderr) - OUT.write(b'\n') print(outfile_name)
