Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Sep 16, 2023
1 parent 22337a9 commit cbad68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def test_customization_modules_on_startup(self):
('getsitepackages', 'sitecustomize')
]

if site.check_enableusersite():
if site.ENABLE_USER_SITE:
mod_info.append(('getusersitepackages', 'usercustomize'),)

for func_name, module_name in mod_info:
Expand Down

0 comments on commit cbad68d

Please sign in to comment.