In line 330 of DemoStorage.py (see below) we are not returning after we calling self.changes.storeBlob so the previous attribute error is always raised.
if self._blobify():
self.changes.storeBlob(
oid, oldserial, data, blobfilename, '', transaction)
raise
Hi,
In line 330 of DemoStorage.py (see below) we are not returning after we calling self.changes.storeBlob so the previous attribute error is always raised.
Thanks a lot,
Carlos