Skip to content

Commit

Permalink
Update process_mth5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Aug 23, 2024
1 parent 3fbc11d commit de2a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurora/pipelines/process_mth5.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,5 +638,5 @@ def process_mth5(
msg = "Failed to run legacy processing\n"
msg += "closing all open mth5 files and exiting"
msg += f"The encountered exception was {e}"
logger.error(msg)
logger.exception(msg)
return

0 comments on commit de2a201

Please sign in to comment.