Skip to content

Commit 405944f

Browse files
committed
Minor: add exception message in rmg incore script
1 parent 9bb6753 commit 405944f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

t3/runners/rmg_incore_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def main() -> None:
100100
sys.stderr.write(f'\n\n********\n'
101101
f'RMG threw an exception and did not converge.\n' # Keep this text unchanged.
102102
f'Exception type: {e.__class__}\n'
103+
f'Exception message:\n{e}\n'
103104
f'********\n')
104105
print(f'RMG Errored with {e.__class__}. Got the following trace:')
105106
print(traceback.format_exc())

0 commit comments

Comments
 (0)