← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

file descriptor always be careful so this should be fixed !

** Changed in: openobject-addons
       Status: New => Confirmed

-- 
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 OpenERP OpenObject.

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.