diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:37:39 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:37:39 -0400 |
| commit | dba8600999daaf18d207c61c4ce5168d52bc5f60 (patch) | |
| tree | e7d24cc7e594d6415ca374b31fba9df1abc84a69 /pkg_resources.py | |
| parent | b59a01e059d5b2936d10500d8eb7b33e98f1da40 (diff) | |
| parent | a388b6922478b5d5048d1f7f1685da2ca16050c7 (diff) | |
| download | python-setuptools-git-dba8600999daaf18d207c61c4ce5168d52bc5f60.tar.gz | |
Merge 0.6.47 with native Python 3 code
--HG--
branch : distribute
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 c723d9a5..d47693d8 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) |
