Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
e9142bcf
Commit
e9142bcf
authored
Jul 02, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Plain Diff
Merge fix for AttributeError
--HG-- branch : distribute
parents
1ce8f258
a6f5642c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGES.txt
CHANGES.txt
+7
-0
pkg_resources.py
pkg_resources.py
+1
-1
No files found.
CHANGES.txt
View file @
e9142bcf
...
...
@@ -2,6 +2,13 @@
CHANGES
=======
------
0.6.47
------
* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
0.6.46.
------
0.6.46
------
...
...
pkg_resources.py
View file @
e9142bcf
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment