Commit caaf733b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo in r28862. this bug was found by failures of testERP5DocumentSyncML.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e444017
......@@ -239,7 +239,7 @@ class ConversionCacheMixin:
"""Update md5 checksum from the original file
"""
data = self.getData()
self._setContentMd5(md5.new(data).digest()) #reindex is useless
self._setContentMd5(md5.new(data).hexdigest()) #reindex is useless
class PermanentURLMixIn(ExtensibleTraversableMixIn):
"""
......
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