diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -427,7 +427,8 @@ class _Repo(object): | |||
427 | if not ok: | 427 | if not ok: |
428 | exception_name = type(e).__name__ | 428 | exception_name = type(e).__name__ |
429 | git_trace2_event_log.ErrorEvent( | 429 | git_trace2_event_log.ErrorEvent( |
430 | f"RepoExitError:{exception_name}") | 430 | f"RepoExitError:{exception_name}" |
431 | ) | ||
431 | raise | 432 | raise |
432 | 433 | ||
433 | try: | 434 | try: |