← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

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

-- 
document module doesn't ensure file descriptors are always closed
https://bugs.launchpad.net/bugs/635204
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: In Progress

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.