mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
fixed deleting binary files
This commit is contained in:
parent
e63746cdb8
commit
d1a42b79ce
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ def test_results_serial():
|
|||
|
||||
def teardown():
|
||||
output = glob.glob(pwd + '/statepoint.7.*')
|
||||
output += glob.glob(pwd + '/sourcepoint.7.*')
|
||||
output += glob.glob(pwd + '/source.7.*')
|
||||
output.append(pwd + '/results_test.dat')
|
||||
for f in output:
|
||||
if os.path.exists(f):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue