diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:39:48 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:39:48 -0400 |
commit | 438019fc14785486d1375117b36be4773f4595f8 (patch) | |
tree | 23871aaf91dc85f398ecb8d5dd30913dc145bbab /pkg_resources.py | |
parent | fa86abbd33b3576c3218bc6003042b1a635b6519 (diff) | |
parent | b69b0368a7201f5b21e8d4fd0fb1379db87090c8 (diff) | |
download | external_python_setuptools-438019fc14785486d1375117b36be4773f4595f8.tar.gz external_python_setuptools-438019fc14785486d1375117b36be4773f4595f8.tar.bz2 external_python_setuptools-438019fc14785486d1375117b36be4773f4595f8.zip |
Merge
Diffstat (limited to 'pkg_resources.py')
-rw-r--r-- | pkg_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index a8ead572..c3abc1d7 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1018,7 +1018,7 @@ variable to point to an accessible directory. extract, as it tracks the generated names for possible cleanup later. """ extract_path = self.extraction_path or get_default_cache() - self._warn_unsafe_extraction(extract_path) + self._warn_unsafe_extraction_path(extract_path) target_path = os.path.join(extract_path, archive_name+'-tmp', *names) try: _bypass_ensure_directory(target_path) |