Kaydet (Commit) 82df53e9 authored tarafından Brian Curtin's avatar Brian Curtin

Fix a line that got hacked up by r82659.

üst a4024e2d
......@@ -2306,7 +2306,8 @@ class TarFile(object):
if os.path.exists(tarinfo._link_target):
os.link(tarinfo._link_target, targetpath)
else:
self._extract_mem
self._extract_member(self._find_link_target(tarinfo),
targetpath)
except symlink_exception:
if tarinfo.issym():
linkpath = os.path.join(os.path.dirname(tarinfo.name),
......
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