Private
Public Access
1
0

at the point where the test is there and fails

No changes to the code yet, so we expected it to fail
This commit is contained in:
Sander Roosendaal
2019-01-24 16:28:53 +01:00
parent 5e39a1ec67
commit 0f3f9c1b2b
7 changed files with 253 additions and 166 deletions

View File

@@ -1225,7 +1225,10 @@ def handle_nonpainsled(f2, fileformat, summary=''):
try:
os.remove(f_to_be_deleted)
except:
os.remove(f_to_be_deleted + '.gz')
try:
os.remove(f_to_be_deleted + '.gz')
except:
pass
return (f2, summary, oarlength, inboard, fileformat)