mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Merge pull request #55 from vbanos/remove-unused-writer-var
Remove unused writer.tell() call in Writer.write_records
This commit is contained in:
commit
e01fb2fcc6
@ -158,7 +158,6 @@ class WarcWriter:
|
||||
|
||||
with self._lock:
|
||||
writer = self._writer()
|
||||
recordset_offset = writer.tell()
|
||||
|
||||
for record in records:
|
||||
offset = writer.tell()
|
||||
|
Loading…
x
Reference in New Issue
Block a user