[pyar] archivo corrupto al grabarlo.

Javier Marcon javiermarcon en gmail.com
Dom Ago 24 00:33:29 ART 2014


El 23/08/14 a las 02:28, Ezequiel Brizuela [aka EHB or qlixed] escibió:
>
>
> fi = open(self.file_name, "wb")
> hashorig=hashlib.sha1sum(json.dumps (self.options))
> fi.write(json.dumps(self.options))
> fi.flush ()
> fi.close()
>
> #check data on disk:
> fi = open(self.file_name, "r")
> hash2check=hashlib.sha1sum (fi.read ())
> If hashorig.digest () == hash2check.digest ()
>   print 'Wrong!'
> fi.close()
>
> My2cents
>
>
Gracias, muy buena idea. Una consulta, si lo grabo en modo wb, no es mas
conveniente abrilo en mod rb para chequear?

Gracias,

Javier.

-- 
Anyone can lose his mind after marrying a beautiful dancer.
               -Jay Orbin.



More information about the pyar mailing list