Skip to content

Commit d27d703

Browse files
committed
Pylint fix
1 parent 90dfe4e commit d27d703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pylintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ preferred-modules=
388388
[EXCEPTIONS]
389389

390390
# Exceptions that will emit a warning when caught.
391-
overgeneral-exceptions=BaseException,
392-
Exception
391+
overgeneral-exceptions=builtins.BaseException,
392+
builtins.Exception
393393

394394

395395
[REFACTORING]

0 commit comments

Comments
 (0)