Skip to content

Commit 1d6b712

Browse files
committed
fixed pylintrc for deprecated exceptions
1 parent 232cde2 commit 1d6b712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ min-public-methods=2
371371
[EXCEPTIONS]
372372

373373
# Exceptions that will emit a warning when caught.
374-
overgeneral-exceptions=BaseException,
375-
Exception
374+
overgeneral-exceptions=builtins.BaseException,
375+
builtins.Exception
376376

377377

378378
[FORMAT]

0 commit comments

Comments
 (0)