summaryrefslogtreecommitdiff
path: root/test/utils.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-08 09:51:52 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-08 09:51:52 +0200
commitf74957393251a7da1fe6a7cf194f203f49546dec (patch)
tree3c1c9f3a7e3a2f358b411267e4803116774b22dd /test/utils.py
parente03e983f81dad1d006dbcfade306c2a3730ef6f8 (diff)
downloadpylint-f74957393251a7da1fe6a7cf194f203f49546dec.tar.gz
closes #69950: Tests failing due to 'column offset' changes in 744
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