We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb6753 commit 405944fCopy full SHA for 405944f
1 file changed
t3/runners/rmg_incore_script.py
@@ -100,6 +100,7 @@ def main() -> None:
100
sys.stderr.write(f'\n\n********\n'
101
f'RMG threw an exception and did not converge.\n' # Keep this text unchanged.
102
f'Exception type: {e.__class__}\n'
103
+ f'Exception message:\n{e}\n'
104
f'********\n')
105
print(f'RMG Errored with {e.__class__}. Got the following trace:')
106
print(traceback.format_exc())
0 commit comments