mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix wrong variable name.
This commit is contained in:
parent
a2cc2695bb
commit
6cea693362
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def warn_explicit(message, category, filename, lineno,
|
|||
action, msg, cat, mod, ln = item
|
||||
if ((msg is None or msg.match(text)) and
|
||||
issubclass(category, cat) and
|
||||
(msg is None or mod.match(module)) and
|
||||
(mod is None or mod.match(module)) and
|
||||
(ln == 0 or lineno == ln)):
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue