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 b870a6f commit c78aedd
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 not sys.flags.no_user_site:
if site.check_enableusersite():
mod_info.append(('getusersitepackages', 'usercustomize'),)

for func_name, module_name in mod_info:
Expand Down

0 comments on commit c78aedd

Please sign in to comment.