summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index 90aba144..4c5f1043 100755
--- a/main.py
+++ b/main.py
@@ -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: