diff options
Diffstat (limited to 'feed/sse_tar.py')
-rwxr-xr-x | feed/sse_tar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feed/sse_tar.py b/feed/sse_tar.py index 653ee3e..62a48d1 100755 --- a/feed/sse_tar.py +++ b/feed/sse_tar.py @@ -75,7 +75,7 @@ def uncompress_tar(archive, root, package_id, meta = {}, tmp = None, descend = T try: n += uncompress_tar(archive, root, package_id, meta, tmp_archive, False, i.name) finally: - unlink(tmp_archive) + os.unlink(tmp_archive) print "Subarchive ended, continuing with top level archive..." continue |