fix pylintrc warnings
This commit is contained in:
parent
bed5eb0d11
commit
e2664310f3
1 changed files with 2 additions and 2 deletions
|
@ -307,8 +307,8 @@ min-public-methods=2
|
|||
[EXCEPTIONS]
|
||||
|
||||
# Exceptions that will emit a warning when caught.
|
||||
overgeneral-exceptions=BaseException,
|
||||
Exception
|
||||
overgeneral-exceptions=builtins.BaseException,
|
||||
builtins.Exception
|
||||
|
||||
|
||||
[FORMAT]
|
||||
|
|
Loading…
Add table
Reference in a new issue