c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03370
[Bug 635204] Re: document module doesn't ensure file descriptors are always closed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
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: Confirmed
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.
Follow ups