Closed tomkralidis closed 8 years ago
Can I take this bug?
Sounds good @mishravikas!
@mishravikas go for it, but I'm not sure it's easy to be fixed. Have a look in it and in case, you are not sure how to approach, just move on with your tasks
Line 160 in inout/basic.py, in the method get_stream() save a reference to the file object. CLose this file object after the handler is called - Process class, _run_process() method.
https://docs.python.org/3/reference/datamodel.html del object destroyer should do it
Description
Unit tests in a Python 3 environment yield
ResourceWarning
warnings like:Environment
Steps to Reproduce
Additional Information
Initial discussion in #106.
Example can be found in current travis builds: https://travis-ci.org/geopython/pywps/jobs/111190874#L360