diff options
Diffstat (limited to 'tests/lint/unittest_lint.py')
| -rw-r--r-- | tests/lint/unittest_lint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 3ce1d5e24..5a6c2b853 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -63,7 +63,7 @@ from pylint.utils import FileState, tokenize_module if os.name == "java": # pylint: disable=no-member # os._name is valid see https://www.programcreek.com/python/example/3842/os._name - if os._name == "nt": + if os.name == "nt": HOME = "USERPROFILE" else: HOME = "HOME" |
