Just opening the file may not create an error.<div>You have to read some files to check for errors.</div><div><br><div class="gmail_quote">On 15 August 2012 20:29, rudson alves <span dir="ltr"><<a href="mailto:rudsonalves67@gmail.com" target="_blank">rudsonalves67@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I took a Slackware package file .tar (uncompressed) and edited with random characters to generate any error in its structure, as shown in the test bash below:<br>
<br>
$ tar -tf zoo.tar<br>
./<br>
install/<br>
install/slack-desc<br>
tar: Pulando para o próximo cabeçalho<br>
tar: Exiting with failure status due to previous errors<br>
$ echo $?<br>
2<br>
<br>
How can I verify the integrity of the tar file with tarfile module without having to expand it?<br>
<br>
To be more precise, even expanding this file it not generated any error message.<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br></div>