Skip to content

Commit 700b66b

Browse files
Update pylint/lint/pylinter.py
Co-authored-by: Daniël van Noord <[email protected]>
1 parent e9d46a9 commit 700b66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylint/lint/pylinter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ def _load_reporter_by_class(reporter_class: str) -> type:
161161
"E0014": (
162162
"Incorrect setting encountered in top level configuration-section '%s' : '%s'",
163163
"bad-configuration-option-value",
164-
"Used when a top section value can't be parsed probably because it does not exists.",
164+
"Used when a top section value can't be parsed because it does not belong to the top section "
165+
"or has an incorrect value type.",
165166
),
166167
}
167168

0 commit comments

Comments
 (0)