Document that --build disables cleanups

This commit is contained in:
Pradyun Gedam 2018-03-05 00:33:40 +05:30
parent 34cc364903
commit 1fc59bc593
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 1 deletions

View File

@ -440,7 +440,8 @@ build_dir = partial(
help='Directory to unpack packages into and build in. Note that '
'an initial build still takes place in a temporary directory. '
'The location of temporary directories can be controlled by setting '
'the TMPDIR environment variable (TEMP on Windows) appropriately.'
'the TMPDIR environment variable (TEMP on Windows) appropriately. '
'When passed, build directories are not cleaned in case of failures.'
) # type: Any
ignore_requires_python = partial(