Skip to content

Commit

Permalink
Minor: add exception message in rmg incore script
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 3, 2024
1 parent b68fba8 commit 74c1af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t3/runners/rmg_incore_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def main() -> None:
sys.stderr.write(f'\n\n********\n'
f'RMG threw an exception and did not converge.\n' # Keep this text unchanged.
f'Exception type: {e.__class__}\n'
f'Exception message:\n{e}\n'
f'********\n')
print(f'RMG Errored with {e.__class__}. Got the following trace:')
print(traceback.format_exc())
Expand Down

0 comments on commit 74c1af6

Please sign in to comment.