commit | 82df53e9324450483efce4582af62ae1c2232d2d | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Sep 24 21:04:05 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Sep 24 21:04:05 2010 +0000 |
tree | e274e053b3fd0122c74f868d7c375619d2ccd928 | |
parent | a4024e2dd57ac37a5020aae56db27700b090eca7 [diff] |
Fix a line that got hacked up by r82659.
diff --git a/Lib/tarfile.py b/Lib/tarfile.py index 40109cd..8c330c6 100644 --- a/Lib/tarfile.py +++ b/Lib/tarfile.py
@@ -2306,7 +2306,8 @@ 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),