Skip to content
Snippets Groups Projects
Commit 1db320a9 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 1fed287c
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ def run():
try:
h5f = h5py.File(clvr_file, 'r')
except Exception:
h5f.close()
if h5f is not None:
h5f.close()
print('Problem with file: ', clvr_file)
continue
if last_h5f is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment