summaryrefslogtreecommitdiff
path: root/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.py')
-rw-r--r--test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.py b/test/utils.py
index 86f01dc..e1b5c3c 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -70,7 +70,7 @@ class TestReporter(BaseReporter):
def add_message(self, msg_id, location, msg):
"""manage message of different type and in the context of path """
- fpath, module, object, line = location
+ fpath, module, object, line, _ = location
self.message_ids[msg_id] = 1
if object:
object = ':%s' % object