Unverified Kaydet (Commit) 09a808ec authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz
üst d7db0293
......@@ -454,10 +454,6 @@ class ArchiveTar(ArchiveBase):
pass
self.tar.extract(tarinfo)
# FIXME: Burda bir bokluk var
except IOError as e:
os.remove(tarinfo.name)
self.tar.extract(tarinfo)
except OSError as e:
# Handle the case where an upper directory cannot
# be created because of a conflict with an existing
......
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