Commit 7c397c53 authored by Reinout van Rees's avatar Reinout van Rees

Improved wording

parent aa261bfb
...@@ -955,8 +955,9 @@ like for the console_scripts: ...@@ -955,8 +955,9 @@ like for the console_scripts:
Due to the nature of distutils scripts, buildout cannot pass arguments as Due to the nature of distutils scripts, buildout cannot pass arguments as
there's no specific method to pass them to. there's no specific method to pass them to.
In some cases, a python 3 ``__pycache__`` directory can end up in a In some cases, a python 3 ``__pycache__`` directory can end up in an internal
distutils-internal directory. Buildout doesn't crash on that: ``EGG-INFO`` metadata directory, next to the script information we're looking
for. Buildout doesn't crash on that:
>>> eggname = [name for name in os.listdir(distdir2) >>> eggname = [name for name in os.listdir(distdir2)
... if name.endswith('egg')][0] ... if name.endswith('egg')][0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment