Skip to content

Commit 3b450f5

Browse files
committed
Fix critical typo!
1 parent 6d9458e commit 3b450f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_secure_coding_standard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class SecureCodingStandardChecker(BaseChecker):
356356
)
357357
priority = -1
358358

359-
msg = {
359+
msgs = {
360360
'R8000': (
361361
'Use `os.path.realpath()` instead of `os.path.abspath()` and `os.path.relpath()`',
362362
'replace-os-relpath-abspath',

0 commit comments

Comments
 (0)