Skip to content

Commit

Permalink
browser: robustify hdf5 read
Browse files Browse the repository at this point in the history
jordens committed Apr 8, 2016
1 parent 6773d9e commit 01f2b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/browser/results.py
Original file line number Diff line number Diff line change
@@ -96,6 +96,7 @@ def list_current_changed(self, current, previous):
f = h5py.File(info.filePath(), "r")
except:
logger.warning("unable to read HDF5 file", exc_info=True)
return
with f:
rd = {}
try:

0 comments on commit 01f2b67

Please sign in to comment.