GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

EQRM code is unable to delete temporary files when run on Windows #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run on Windows
2. Run test_all.py or check_scenarios.py

OUTPUT: 

Traceback (most recent call last):
File 
"O:\earthquake\sandpits\vanessa\eqrm\eqrm_code\..\eqrm_code\ANUGA_utilities\test
_log.py", line 47, in tearDown
    os.remove(self.logfile)
WindowsError: [Error 32] The process cannot access the file because it is being 
used by another process: 
'c:\\winnt\\profiles\\u65838\\locals~1\\temp\\test_log_s2vqbc.log'

See attached file

Original issue reported on code.google.com by Vanessa....@gmail.com on 29 May 2012 at 5:12

Attachments:

GoogleCodeExporter commented 9 years ago
This is resolved in revision 1130.

Original comment by b...@girorosso.com on 29 May 2012 at 5:43