Skip to content

Commit

Permalink
scrub path when not inheriting (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored and illicitonion committed Feb 23, 2018
1 parent 7582a2f commit 7c220cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def all_distribution_paths(path):

user_site_distributions.update(all_distribution_paths(USER_SITE))

if not inherit_path:
if inherit_path == 'false':
scrub_paths = site_distributions | user_site_distributions
for path in user_site_distributions:
TRACER.log('Scrubbing from user site: %s' % path)
Expand Down

0 comments on commit 7c220cc

Please sign in to comment.