← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 635204] Re: document module doesn't ensure file descriptors are always closed

 

Hello ,

It is fix in trunk-dev-addon1 
Soon, it will be merged into trunk-addons.

Thanks

** Changed in: openobject-addons
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/635204

Title:
  document module doesn't ensure file descriptors are always closed

Status in OpenObject Addons Modules:
  Fix Released

Bug description:
  In content_index.py and document.py, file descriptors close() calls are not inside a try: finally: statement as they should.

The attached patches solve these problems.