``` list(pd.HDFStore("non_existing_store.hdf")) ``` should, I think, return `[]`, instead it yields: ``` KeyError: 'No object named 0 in the file' ```