aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r--test/test_pathod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py
index c32f6e84..00634e27 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -13,7 +13,7 @@ class TestPathod(object):
p.clear_log()
assert len(p.get_log()) == 0
- for i in range(p.LOGBUF + 1):
+ for _ in range(p.LOGBUF + 1):
p.add_log(dict(s="foo"))
assert len(p.get_log()) <= p.LOGBUF