Skip to content

Commit 4f4c99a

Browse files
committed
Add logging
1 parent eff2e67 commit 4f4c99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint/lint/message_state_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def _is_one_message_enabled(self, msgid: str, line: int | None) -> bool:
271271
try:
272272
if msgid.startswith("C"):
273273
print(msgid)
274+
print(line)
274275
print(self.linter.file_state._module_msgs_state[msgid][line])
275276
return self.linter.file_state._module_msgs_state[msgid][line]
276277
except KeyError:

0 commit comments

Comments
 (0)