Commit 96af0a8d authored by Jason R. Coombs's avatar Jason R. Coombs

Correct AttributeError again (this time verified)

--HG--
branch : distribute
parent a6f5642c
......@@ -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