Unverified Kaydet (Commit) d7db0293 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Duplicated error var bakılması lazım.

üst 8da21188
......@@ -453,6 +453,8 @@ class ArchiveTar(ArchiveBase):
# TODO: review this block
pass
self.tar.extract(tarinfo)
# FIXME: Burda bir bokluk var
except IOError as e:
os.remove(tarinfo.name)
self.tar.extract(tarinfo)
......
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