# HG changeset patch # User Henry S. Thompson # Date 1781208795 -3600 # Node ID fb5e2d06a650e17838edbcc37e110d27098756f4 # Parent 6082474a4e2e4c63e6de4df794f39cbd9c38a4f9 remove debugging breakpoint diff -r 6082474a4e2e -r fb5e2d06a650 lib/python/cc/warc.py --- a/lib/python/cc/warc.py Thu Jun 11 21:11:15 2026 +0100 +++ b/lib/python/cc/warc.py Thu Jun 11 21:13:15 2026 +0100 @@ -156,10 +156,7 @@ # python3 ~/lib/python/cc/test_warc.py 4 /beegfs/common_crawl/CC-MAIN-2019-35/1566027313501.0/orig/crawldiagnostics/CC-MAIN-20190817222907-20190818004907-00000.warc.gz # at a point where bp+length is 11018, looking at >\n\r\n # bp += 1 [doesn't work] - try: - bp = buf.index(b'\r\n',bp+length) - except ValueError: - breakpoint() + bp = buf.index(b'\r\n',bp+length) # check if refill needed rl: int if (rl := (bp - start_1)) > RECORDMAX: