From 98d30aa9fed356009f00b2ecd7bfeea5bb99a793 Mon Sep 17 00:00:00 2001 From: Vangelis Banos Date: Sun, 21 Jan 2018 09:44:11 +0000 Subject: [PATCH] Remove unused writer.tell() call in Writer.write_records --- warcprox/writer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/warcprox/writer.py b/warcprox/writer.py index 56ff635..3fd6c7d 100644 --- a/warcprox/writer.py +++ b/warcprox/writer.py @@ -158,7 +158,6 @@ class WarcWriter: with self._lock: writer = self._writer() - recordset_offset = writer.tell() for record in records: offset = writer.tell()