You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dylanmcreynolds mentioned that the exceptions resulting from, say, a missing or otherwise un-openable external file do not show the direct cause of the problem. If logMessage could enable a way access the exception method on Python loggers, the full traceback could be logged. Here's an example of the detail provided in the chained exception. This particular error is due to a corrupted HDF5 file. The error from h5py (OSError: Unable to open file (bad object header version number)) is shown.
@dylanmcreynolds mentioned that the exceptions resulting from, say, a missing or otherwise un-openable external file do not show the direct cause of the problem. If
logMessage
could enable a way access theexception
method on Python loggers, the full traceback could be logged. Here's an example of the detail provided in the chained exception. This particular error is due to a corrupted HDF5 file. The error from h5py (OSError: Unable to open file (bad object header version number)) is shown.The text was updated successfully, but these errors were encountered: