From a6f5642c86af003b1dce6299c2d9a941b2bd63f2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 2 Jul 2013 08:23:00 -0400 Subject: Correct AttributeError --HG-- branch : distribute --- pkg_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources.py') diff --git a/pkg_resources.py b/pkg_resources.py index 69e53ebd..844c145d 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -989,7 +989,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) -- cgit v1.2.1