Commit 4408342b authored by Jason R. Coombs's avatar Jason R. Coombs

Merge fix for AttributeError

--HG--
branch : distribute
parents a388b692 96af0a8d
......@@ -1000,7 +1000,7 @@ variable to point to an accessible directory.
return target_path
@staticmethod
def warn_unsafe_extraction_path(path):
def _warn_unsafe_extraction_path(path):
"""
If the default extraction path is overridden and set to an insecure
location, such as /tmp, it opens up an opportunity for an attacker to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment