Search found 1 match

by tomasbaldi
Sat Apr 10, 2021 8:21 pm
Forum: General Discussion and Questions
Topic: problem to uncompreess .tar file
Replies: 1
Views: 4041

problem to uncompreess .tar file

Hi! i have a problem when i try uncompress a .tar file with utarfile library. When execute this program, all files are descompress, but are empty. import os from lib.shutil import shutil from lib.utarfile import utarfile t = utarfile.TarFile('file.tar') for i in t: print(i) if i.type == utarfile.DIR...