whitespace, cleanup

This commit is contained in:
The MMGen Project 2024-04-06 07:09:33 +00:00
commit fe205bdda3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 14 additions and 14 deletions

View file

@ -39,7 +39,7 @@ def exec_wrapper_write_traceback(e,exit_val):
import sys,os
exc_line = (
f'{type(e).__name__}({e.mmcode})' if type(e).__name__ in ('MMGenError','MMGenSystemExit') else
f'{type(e).__name__}({e.mmcode}) {e}' if type(e).__name__ in ('MMGenError','MMGenSystemExit') else
f'{type(e).__name__}: {e}')
c = exec_wrapper_get_colors()