We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dda6501 + 3aa1445 commit 4f96494Copy full SHA for 4f96494
pex/pex.py
@@ -160,7 +160,7 @@ def all_distribution_paths(path):
160
TRACER.log('Tainted path element: %s' % path_element)
161
site_distributions.update(all_distribution_paths(path_element))
162
else:
163
- TRACER.log('Not a tained path element: %s' % path_element, V=2)
+ TRACER.log('Not a tainted path element: %s' % path_element, V=2)
164
165
user_site_distributions.update(all_distribution_paths(USER_SITE))
166
0 commit comments